Html Css Color HEX #C75437 Trinidad

📋 copy color: '#C75437'

red 199 ◦ green 84 ◦ blue 55

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

Shades of Trinidad #C75437

Tints of Trinidad #C75437

RGB

 RED value IS 199 (78.13% from 255) = 58.88%

 GREEN value IS 84 (33.2% from 255) = 24.85%

 BLUE value IS 55 (21.88% from 255) = 16.27%

R = 58.88%
G = 24.85%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C75437 (or 0xC75437) is known color: Trinidad. HEX triplet: C7, 54 and 37. RGB value is (199,84,55). Sum of RGB (Red+Green+Blue) = 199+84+55=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C75437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75437 is #38ABC8. Grayscale: #737373. Windows color (decimal): -3713993 or 3626183. OLE color: 3626183.

HSL color Cylindrical-coordinate representation of color #C75437: hue angle of 12.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C75437 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 84 55 -
CMYK 0 0.58 0.72 0.22
HSL 12.08º 0.57% 0.5% -
HSV(B) 12.08º 0.72% 0.78% -
XYZ 27.41 18.76 5.79 -
YUV 115.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 199 84 55 0 0.58 0.72 0.22 12.08 0.57 0.5
Hex C7 54 37 0 3A 48 16 C 39 32
Octal 307 124 67 0 72 110 26 14 71 62
Binary 11000111 1010100 110111 0 111010 1001000 10110 1100 111001 110010

Color Harmonies of #C75437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75437

Black with #C75437

Text Example


Text Example

White with #C75437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75437; }

 p { color: rgb(199,84,55); }

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

background-color css

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

 a { background-color: rgb(199,84,55); }

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

border-color css

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

 span { border-color: rgb(199,84,55); }

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