Html Css Color HEX #C35334 Trinidad

📋 copy color: '#C35334'

red 195 ◦ green 83 ◦ blue 52

#C35334
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #C35334

Tints of Trinidad #C35334

RGB

 RED value IS 195 (76.56% from 255) = 59.09%

 GREEN value IS 83 (32.81% from 255) = 25.15%

 BLUE value IS 52 (20.7% from 255) = 15.76%

R = 59.09%
G = 25.15%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C35334 (or 0xC35334) is known color: Trinidad. HEX triplet: C3, 53 and 34. RGB value is (195,83,52). Sum of RGB (Red+Green+Blue) = 195+83+52=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C35334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35334 is #3CACCB. Grayscale: #717171. Windows color (decimal): -3976396 or 3429315. OLE color: 3429315.

HSL color Cylindrical-coordinate representation of color #C35334: hue angle of 13.01º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C35334 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 83 52 -
CMYK 0 0.57 0.73 0.24
HSL 13.01º 0.58% 0.48% -
HSV(B) 13.01º 0.73% 0.76% -
XYZ 26.22 18.04 5.35 -
YUV 112.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 195 83 52 0 0.57 0.73 0.24 13.01 0.58 0.48
Hex C3 53 34 0 39 49 18 D 3A 30
Octal 303 123 64 0 71 111 30 15 72 60
Binary 11000011 1010011 110100 0 111001 1001001 11000 1101 111010 110000

Color Harmonies of #C35334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35334

Black with #C35334

Text Example


Text Example

White with #C35334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35334; }

 p { color: rgb(195,83,52); }

 H1.HeaderClassName
 {
   color: #C35334;
 }
 .AnyTagClassName
 {
   color: #C35334;
 }
</style>

background-color css

<style>
 a { background-color: #C35334; }

 a { background-color: rgb(195,83,52); }

 div.DivClassName
 {
   background-color: #C35334;
 }
 .BgClassName
 {
   background-color: #C35334;
 }
</style>

border-color css

<style>
 span { border-color: #C35334; }

 span { border-color: rgb(195,83,52); }

 td.TdClassName
 {
   border-color: #C35334;
 }
 .TagClassName
 {
   border-color: #C35334;
 }
</style>