Html Css Color HEX #C55339 Trinidad

📋 copy color: '#C55339'

red 197 ◦ green 83 ◦ blue 57

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

Shades of Trinidad #C55339

Tints of Trinidad #C55339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.91%

R = 58.46%
G = 24.63%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C55339 (or 0xC55339) is known color: Trinidad. HEX triplet: C5, 53 and 39. RGB value is (197,83,57). Sum of RGB (Red+Green+Blue) = 197+83+57=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C55339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55339 is #3AACC6. Grayscale: #727272. Windows color (decimal): -3845319 or 3756997. OLE color: 3756997.

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

Color convert

RGB 197 83 57 -
CMYK 0 0.58 0.71 0.23
HSL 11.14º 0.55% 0.5% -
HSV(B) 11.14º 0.71% 0.77% -
XYZ 26.86 18.35 6 -
YUV 114.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 197 83 57 0 0.58 0.71 0.23 11.14 0.55 0.5
Hex C5 53 39 0 3A 47 17 B 37 32
Octal 305 123 71 0 72 107 27 13 67 62
Binary 11000101 1010011 111001 0 111010 1000111 10111 1011 110111 110010

Color Harmonies of #C55339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55339

Black with #C55339

Text Example


Text Example

White with #C55339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55339; }

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

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

background-color css

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

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

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

border-color css

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

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

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