Html Css Color HEX #C55628 Trinidad

📋 copy color: '#C55628'

red 197 ◦ green 86 ◦ blue 40

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

Shades of Trinidad #C55628

Tints of Trinidad #C55628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

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

R = 60.99%
G = 26.63%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C55628 (or 0xC55628) is known color: Trinidad. HEX triplet: C5, 56 and 28. RGB value is (197,86,40). Sum of RGB (Red+Green+Blue) = 197+86+40=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C55628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55628 is #3AA9D7. Grayscale: #727272. Windows color (decimal): -3844568 or 2643653. OLE color: 2643653.

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

Color convert

RGB 197 86 40 -
CMYK 0 0.56 0.80 0.23
HSL 17.58º 0.66% 0.46% -
HSV(B) 17.58º 0.8% 0.77% -
XYZ 26.74 18.68 4.2 -
YUV 113.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 197 86 40 0 0.56 0.80 0.23 17.58 0.66 0.46
Hex C5 56 28 0 38 50 17 12 42 2E
Octal 305 126 50 0 70 120 27 22 102 56
Binary 11000101 1010110 101000 0 111000 1010000 10111 10010 1000010 101110

Color Harmonies of #C55628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55628

Black with #C55628

Text Example


Text Example

White with #C55628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55628; }

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

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

background-color css

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

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

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

border-color css

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

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

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