Html Css Color HEX #C55329 Trinidad

📋 copy color: '#C55329'

red 197 ◦ green 83 ◦ blue 41

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

Shades of Trinidad #C55329

Tints of Trinidad #C55329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.77%

R = 61.37%
G = 25.86%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C55329 (or 0xC55329) is known color: Trinidad. HEX triplet: C5, 53 and 29. RGB value is (197,83,41). Sum of RGB (Red+Green+Blue) = 197+83+41=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C55329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55329 is #3AACD6. Grayscale: #707070. Windows color (decimal): -3845335 or 2708421. OLE color: 2708421.

HSL color Cylindrical-coordinate representation of color #C55329: hue angle of 16.15º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C55329 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 83 41 -
CMYK 0 0.58 0.79 0.23
HSL 16.15º 0.66% 0.47% -
HSV(B) 16.15º 0.79% 0.77% -
XYZ 26.52 18.22 4.22 -
YUV 112.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 197 83 41 0 0.58 0.79 0.23 16.15 0.66 0.47
Hex C5 53 29 0 3A 4F 17 10 42 2F
Octal 305 123 51 0 72 117 27 20 102 57
Binary 11000101 1010011 101001 0 111010 1001111 10111 10000 1000010 101111

Color Harmonies of #C55329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55329

Black with #C55329

Text Example


Text Example

White with #C55329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55329; }

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

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

background-color css

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

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

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

border-color css

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

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

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