Html Css Color HEX #C55835 Trinidad

📋 copy color: '#C55835'

red 197 ◦ green 88 ◦ blue 53

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

Shades of Trinidad #C55835

Tints of Trinidad #C55835

RGB

 RED value IS 197 (77.34% from 255) = 58.28%

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

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 58.28%
G = 26.04%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C55835 (or 0xC55835) is known color: Trinidad. HEX triplet: C5, 58 and 35. RGB value is (197,88,53). Sum of RGB (Red+Green+Blue) = 197+88+53=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C55835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55835 is #3AA7CA. Grayscale: #747474. Windows color (decimal): -3844043 or 3496133. OLE color: 3496133.

HSL color Cylindrical-coordinate representation of color #C55835: hue angle of 14.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C55835 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 88 53 -
CMYK 0 0.55 0.73 0.23
HSL 14.58º 0.58% 0.49% -
HSV(B) 14.58º 0.73% 0.77% -
XYZ 27.16 19.11 5.62 -
YUV 116.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 197 88 53 0 0.55 0.73 0.23 14.58 0.58 0.49
Hex C5 58 35 0 37 49 17 F 3A 31
Octal 305 130 65 0 67 111 27 17 72 61
Binary 11000101 1011000 110101 0 110111 1001001 10111 1111 111010 110001

Color Harmonies of #C55835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55835

Black with #C55835

Text Example


Text Example

White with #C55835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55835; }

 p { color: rgb(197,88,53); }

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

background-color css

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

 a { background-color: rgb(197,88,53); }

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

border-color css

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

 span { border-color: rgb(197,88,53); }

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