Html Css Color HEX #C55635 Trinidad

📋 copy color: '#C55635'

red 197 ◦ green 86 ◦ blue 53

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

Shades of Trinidad #C55635

Tints of Trinidad #C55635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.77%

R = 58.63%
G = 25.6%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C55635 (or 0xC55635) is known color: Trinidad. HEX triplet: C5, 56 and 35. RGB value is (197,86,53). Sum of RGB (Red+Green+Blue) = 197+86+53=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C55635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55635 is #3AA9CA. Grayscale: #737373. Windows color (decimal): -3844555 or 3495621. OLE color: 3495621.

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

Color convert

RGB 197 86 53 -
CMYK 0 0.56 0.73 0.23
HSL 13.75º 0.58% 0.49% -
HSV(B) 13.75º 0.73% 0.77% -
XYZ 27 18.78 5.57 -
YUV 115.43 92.77 186.18 -
System Red Green Blue C M Y K H S L
Decimal 197 86 53 0 0.56 0.73 0.23 13.75 0.58 0.49
Hex C5 56 35 0 38 49 17 E 3A 31
Octal 305 126 65 0 70 111 27 16 72 61
Binary 11000101 1010110 110101 0 111000 1001001 10111 1110 111010 110001

Color Harmonies of #C55635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55635

Black with #C55635

Text Example


Text Example

White with #C55635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55635; }

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

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

background-color css

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

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

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

border-color css

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

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

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