Html Css Color HEX #C55227 Trinidad

📋 copy color: '#C55227'

red 197 ◦ green 82 ◦ blue 39

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

Shades of Trinidad #C55227

Tints of Trinidad #C55227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.26%

R = 61.95%
G = 25.79%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C55227 (or 0xC55227) is known color: Trinidad. HEX triplet: C5, 52 and 27. RGB value is (197,82,39). Sum of RGB (Red+Green+Blue) = 197+82+39=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C55227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55227 is #3AADD8. Grayscale: #6F6F6F. Windows color (decimal): -3845593 or 2577093. OLE color: 2577093.

HSL color Cylindrical-coordinate representation of color #C55227: hue angle of 16.33º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C55227 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 39 -
CMYK 0 0.58 0.80 0.23
HSL 16.33º 0.67% 0.46% -
HSV(B) 16.33º 0.8% 0.77% -
XYZ 26.41 18.05 4.01 -
YUV 111.48 87.1 189 -
System Red Green Blue C M Y K H S L
Decimal 197 82 39 0 0.58 0.80 0.23 16.33 0.67 0.46
Hex C5 52 27 0 3A 50 17 10 43 2E
Octal 305 122 47 0 72 120 27 20 103 56
Binary 11000101 1010010 100111 0 111010 1010000 10111 10000 1000011 101110

Color Harmonies of #C55227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55227

Black with #C55227

Text Example


Text Example

White with #C55227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55227; }

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

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

background-color css

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

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

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

border-color css

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

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

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