Html Css Color HEX #C55833 Trinidad

📋 copy color: '#C55833'

red 197 ◦ green 88 ◦ blue 51

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

Shades of Trinidad #C55833

Tints of Trinidad #C55833

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 58.63%
G = 26.19%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C55833 (or 0xC55833) is known color: Trinidad. HEX triplet: C5, 58 and 33. RGB value is (197,88,51). Sum of RGB (Red+Green+Blue) = 197+88+51=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C55833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55833 is #3AA7CC. Grayscale: #747474. Windows color (decimal): -3844045 or 3365061. OLE color: 3365061.

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

Color convert

RGB 197 88 51 -
CMYK 0 0.55 0.74 0.23
HSL 15.21º 0.59% 0.49% -
HSV(B) 15.21º 0.74% 0.77% -
XYZ 27.11 19.09 5.39 -
YUV 116.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 197 88 51 0 0.55 0.74 0.23 15.21 0.59 0.49
Hex C5 58 33 0 37 4A 17 F 3B 31
Octal 305 130 63 0 67 112 27 17 73 61
Binary 11000101 1011000 110011 0 110111 1001010 10111 1111 111011 110001

Color Harmonies of #C55833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55833

Black with #C55833

Text Example


Text Example

White with #C55833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55833; }

 p { color: rgb(197,88,51); }

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

background-color css

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

 a { background-color: rgb(197,88,51); }

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

border-color css

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

 span { border-color: rgb(197,88,51); }

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