Html Css Color HEX #C55320 Trinidad

📋 copy color: '#C55320'

red 197 ◦ green 83 ◦ blue 32

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

Shades of Trinidad #C55320

Tints of Trinidad #C55320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

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

R = 63.14%
G = 26.6%
B = 10.26%

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

#C55320 (or 0xC55320) is known color: Trinidad. HEX triplet: C5, 53 and 20. RGB value is (197,83,32). Sum of RGB (Red+Green+Blue) = 197+83+32=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C55320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55320 is #3AACDF. Grayscale: #6F6F6F. Windows color (decimal): -3845344 or 2118597. OLE color: 2118597.

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

Color convert

RGB 197 83 32 -
CMYK 0 0.58 0.84 0.23
HSL 18.55º 0.72% 0.45% -
HSV(B) 18.55º 0.84% 0.77% -
XYZ 26.38 18.16 3.48 -
YUV 111.27 83.27 189.15 -
System Red Green Blue C M Y K H S L
Decimal 197 83 32 0 0.58 0.84 0.23 18.55 0.72 0.45
Hex C5 53 20 0 3A 54 17 13 48 2D
Octal 305 123 40 0 72 124 27 23 110 55
Binary 11000101 1010011 100000 0 111010 1010100 10111 10011 1001000 101101

Color Harmonies of #C55320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55320

Black with #C55320

Text Example


Text Example

White with #C55320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55320; }

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

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

background-color css

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

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

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

border-color css

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

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

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