Html Css Color HEX #C55830 Trinidad

📋 copy color: '#C55830'

red 197 ◦ green 88 ◦ blue 48

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

Shades of Trinidad #C55830

Tints of Trinidad #C55830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 59.16%
G = 26.43%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C55830 (or 0xC55830) is known color: Trinidad. HEX triplet: C5, 58 and 30. RGB value is (197,88,48). Sum of RGB (Red+Green+Blue) = 197+88+48=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C55830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55830 is #3AA7CF. Grayscale: #747474. Windows color (decimal): -3844048 or 3168453. OLE color: 3168453.

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

Color convert

RGB 197 88 48 -
CMYK 0 0.55 0.76 0.23
HSL 16.11º 0.61% 0.48% -
HSV(B) 16.11º 0.76% 0.77% -
XYZ 27.05 19.06 5.05 -
YUV 116.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 197 88 48 0 0.55 0.76 0.23 16.11 0.61 0.48
Hex C5 58 30 0 37 4C 17 10 3D 30
Octal 305 130 60 0 67 114 27 20 75 60
Binary 11000101 1011000 110000 0 110111 1001100 10111 10000 111101 110000

Color Harmonies of #C55830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55830

Black with #C55830

Text Example


Text Example

White with #C55830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55830; }

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

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

background-color css

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

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

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

border-color css

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

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

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