Html Css Color HEX #C35836 Trinidad

📋 copy color: '#C35836'

red 195 ◦ green 88 ◦ blue 54

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

Shades of Trinidad #C35836

Tints of Trinidad #C35836

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.11%

 BLUE value IS 54 (21.48% from 255) = 16.02%

R = 57.86%
G = 26.11%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C35836 (or 0xC35836) is known color: Trinidad. HEX triplet: C3, 58 and 36. RGB value is (195,88,54). Sum of RGB (Red+Green+Blue) = 195+88+54=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C35836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35836 is #3CA7C9. Grayscale: #747474. Windows color (decimal): -3975114 or 3561667. OLE color: 3561667.

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

Color convert

RGB 195 88 54 -
CMYK 0 0.55 0.72 0.24
HSL 14.47º 0.57% 0.49% -
HSV(B) 14.47º 0.72% 0.76% -
XYZ 26.66 18.85 5.72 -
YUV 116.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 195 88 54 0 0.55 0.72 0.24 14.47 0.57 0.49
Hex C3 58 36 0 37 48 18 E 39 31
Octal 303 130 66 0 67 110 30 16 71 61
Binary 11000011 1011000 110110 0 110111 1001000 11000 1110 111001 110001

Color Harmonies of #C35836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35836

Black with #C35836

Text Example


Text Example

White with #C35836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35836; }

 p { color: rgb(195,88,54); }

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

background-color css

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

 a { background-color: rgb(195,88,54); }

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

border-color css

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

 span { border-color: rgb(195,88,54); }

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