Html Css Color HEX #C55220 Trinidad

📋 copy color: '#C55220'

red 197 ◦ green 82 ◦ blue 32

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

Shades of Trinidad #C55220

Tints of Trinidad #C55220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.37%

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 63.34%
G = 26.37%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C55220 (or 0xC55220) is known color: Trinidad. HEX triplet: C5, 52 and 20. RGB value is (197,82,32). Sum of RGB (Red+Green+Blue) = 197+82+32=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C55220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55220 is #3AADDF. Grayscale: #6E6E6E. Windows color (decimal): -3845600 or 2118341. OLE color: 2118341.

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

Color convert

RGB 197 82 32 -
CMYK 0 0.58 0.84 0.23
HSL 18.18º 0.72% 0.45% -
HSV(B) 18.18º 0.84% 0.77% -
XYZ 26.3 18.01 3.46 -
YUV 110.69 83.6 189.57 -
System Red Green Blue C M Y K H S L
Decimal 197 82 32 0 0.58 0.84 0.23 18.18 0.72 0.45
Hex C5 52 20 0 3A 54 17 12 48 2D
Octal 305 122 40 0 72 124 27 22 110 55
Binary 11000101 1010010 100000 0 111010 1010100 10111 10010 1001000 101101

Color Harmonies of #C55220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55220

Black with #C55220

Text Example


Text Example

White with #C55220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55220; }

 p { color: rgb(197,82,32); }

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

background-color css

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

 a { background-color: rgb(197,82,32); }

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

border-color css

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

 span { border-color: rgb(197,82,32); }

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