Html Css Color HEX #C55428 Trinidad

📋 copy color: '#C55428'

red 197 ◦ green 84 ◦ blue 40

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

Shades of Trinidad #C55428

Tints of Trinidad #C55428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 61.37%
G = 26.17%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C55428 (or 0xC55428) is known color: Trinidad. HEX triplet: C5, 54 and 28. RGB value is (197,84,40). Sum of RGB (Red+Green+Blue) = 197+84+40=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C55428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55428 is #3AABD7. Grayscale: #717171. Windows color (decimal): -3845080 or 2643141. OLE color: 2643141.

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

Color convert

RGB 197 84 40 -
CMYK 0 0.57 0.80 0.23
HSL 16.82º 0.66% 0.46% -
HSV(B) 16.82º 0.8% 0.77% -
XYZ 26.58 18.36 4.15 -
YUV 112.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 197 84 40 0 0.57 0.80 0.23 16.82 0.66 0.46
Hex C5 54 28 0 39 50 17 11 42 2E
Octal 305 124 50 0 71 120 27 21 102 56
Binary 11000101 1010100 101000 0 111001 1010000 10111 10001 1000010 101110

Color Harmonies of #C55428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55428

Black with #C55428

Text Example


Text Example

White with #C55428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55428; }

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

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

background-color css

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

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

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

border-color css

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

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

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