Html Css Color HEX #C75538 Trinidad

📋 copy color: '#C75538'

red 199 ◦ green 85 ◦ blue 56

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

Shades of Trinidad #C75538

Tints of Trinidad #C75538

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25%

 BLUE value IS 56 (22.27% from 255) = 16.47%

R = 58.53%
G = 25%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C75538 (or 0xC75538) is known color: Trinidad. HEX triplet: C7, 55 and 38. RGB value is (199,85,56). Sum of RGB (Red+Green+Blue) = 199+85+56=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C75538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75538 is #38AAC7. Grayscale: #747474. Windows color (decimal): -3713736 or 3691975. OLE color: 3691975.

HSL color Cylindrical-coordinate representation of color #C75538: hue angle of 12.17º degrees, saturation: 0.56, 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 #C75538 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 56 -
CMYK 0 0.57 0.72 0.22
HSL 12.17º 0.56% 0.5% -
HSV(B) 12.17º 0.72% 0.78% -
XYZ 27.52 18.92 5.94 -
YUV 115.78 94.27 187.36 -
System Red Green Blue C M Y K H S L
Decimal 199 85 56 0 0.57 0.72 0.22 12.17 0.56 0.5
Hex C7 55 38 0 39 48 16 C 38 32
Octal 307 125 70 0 71 110 26 14 70 62
Binary 11000111 1010101 111000 0 111001 1001000 10110 1100 111000 110010

Color Harmonies of #C75538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75538

Black with #C75538

Text Example


Text Example

White with #C75538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75538; }

 p { color: rgb(199,85,56); }

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

background-color css

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

 a { background-color: rgb(199,85,56); }

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

border-color css

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

 span { border-color: rgb(199,85,56); }

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