Html Css Color HEX #C55730 Trinidad

📋 copy color: '#C55730'

red 197 ◦ green 87 ◦ blue 48

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

Shades of Trinidad #C55730

Tints of Trinidad #C55730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.2%

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

R = 59.34%
G = 26.2%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C55730 (or 0xC55730) is known color: Trinidad. HEX triplet: C5, 57 and 30. RGB value is (197,87,48). Sum of RGB (Red+Green+Blue) = 197+87+48=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C55730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55730 is #3AA8CF. Grayscale: #737373. Windows color (decimal): -3844304 or 3168197. OLE color: 3168197.

HSL color Cylindrical-coordinate representation of color #C55730: hue angle of 15.7º 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 #C55730 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 87 48 -
CMYK 0 0.56 0.76 0.23
HSL 15.7º 0.61% 0.48% -
HSV(B) 15.7º 0.76% 0.77% -
XYZ 26.97 18.9 5.02 -
YUV 115.44 89.94 186.17 -
System Red Green Blue C M Y K H S L
Decimal 197 87 48 0 0.56 0.76 0.23 15.7 0.61 0.48
Hex C5 57 30 0 38 4C 17 10 3D 30
Octal 305 127 60 0 70 114 27 20 75 60
Binary 11000101 1010111 110000 0 111000 1001100 10111 10000 111101 110000

Color Harmonies of #C55730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55730

Black with #C55730

Text Example


Text Example

White with #C55730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55730; }

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

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

background-color css

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

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

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

border-color css

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

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

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