Html Css Color HEX #C55228 Trinidad

📋 copy color: '#C55228'

red 197 ◦ green 82 ◦ blue 40

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

Shades of Trinidad #C55228

Tints of Trinidad #C55228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 61.76%
G = 25.71%
B = 12.54%

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

#C55228 (or 0xC55228) is known color: Trinidad. HEX triplet: C5, 52 and 28. RGB value is (197,82,40). Sum of RGB (Red+Green+Blue) = 197+82+40=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C55228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55228 is #3AADD7. Grayscale: #6F6F6F. Windows color (decimal): -3845592 or 2642629. OLE color: 2642629.

HSL color Cylindrical-coordinate representation of color #C55228: hue angle of 16.05º degrees, saturation: 0.66, 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 #C55228 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 40 -
CMYK 0 0.58 0.80 0.23
HSL 16.05º 0.66% 0.46% -
HSV(B) 16.05º 0.8% 0.77% -
XYZ 26.43 18.06 4.1 -
YUV 111.6 87.6 188.92 -
System Red Green Blue C M Y K H S L
Decimal 197 82 40 0 0.58 0.80 0.23 16.05 0.66 0.46
Hex C5 52 28 0 3A 50 17 10 42 2E
Octal 305 122 50 0 72 120 27 20 102 56
Binary 11000101 1010010 101000 0 111010 1010000 10111 10000 1000010 101110

Color Harmonies of #C55228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55228

Black with #C55228

Text Example


Text Example

White with #C55228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55228; }

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

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

background-color css

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

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

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

border-color css

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

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

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