Html Css Color HEX #C55033 Trinidad

📋 copy color: '#C55033'

red 197 ◦ green 80 ◦ blue 51

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

Shades of Trinidad #C55033

Tints of Trinidad #C55033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 60.06%
G = 24.39%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C55033 (or 0xC55033) is known color: Trinidad. HEX triplet: C5, 50 and 33. RGB value is (197,80,51). Sum of RGB (Red+Green+Blue) = 197+80+51=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C55033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55033 is #3AAFCC. Grayscale: #6F6F6F. Windows color (decimal): -3846093 or 3363013. OLE color: 3363013.

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

Color convert

RGB 197 80 51 -
CMYK 0 0.59 0.74 0.23
HSL 11.92º 0.59% 0.49% -
HSV(B) 11.92º 0.74% 0.77% -
XYZ 26.49 17.85 5.18 -
YUV 111.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 197 80 51 0 0.59 0.74 0.23 11.92 0.59 0.49
Hex C5 50 33 0 3B 4A 17 C 3B 31
Octal 305 120 63 0 73 112 27 14 73 61
Binary 11000101 1010000 110011 0 111011 1001010 10111 1100 111011 110001

Color Harmonies of #C55033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55033

Black with #C55033

Text Example


Text Example

White with #C55033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55033; }

 p { color: rgb(197,80,51); }

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

background-color css

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

 a { background-color: rgb(197,80,51); }

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

border-color css

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

 span { border-color: rgb(197,80,51); }

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