Html Css Color HEX #C75635 Trinidad

📋 copy color: '#C75635'

red 199 ◦ green 86 ◦ blue 53

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

Shades of Trinidad #C75635

Tints of Trinidad #C75635

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 58.88%
G = 25.44%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C75635 (or 0xC75635) is known color: Trinidad. HEX triplet: C7, 56 and 35. RGB value is (199,86,53). Sum of RGB (Red+Green+Blue) = 199+86+53=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C75635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75635 is #38A9CA. Grayscale: #747474. Windows color (decimal): -3713483 or 3495623. OLE color: 3495623.

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

Color convert

RGB 199 86 53 -
CMYK 0 0.57 0.73 0.22
HSL 13.56º 0.58% 0.49% -
HSV(B) 13.56º 0.73% 0.78% -
XYZ 27.52 19.05 5.6 -
YUV 116.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 199 86 53 0 0.57 0.73 0.22 13.56 0.58 0.49
Hex C7 56 35 0 39 49 16 E 3A 31
Octal 307 126 65 0 71 111 26 16 72 61
Binary 11000111 1010110 110101 0 111001 1001001 10110 1110 111010 110001

Color Harmonies of #C75635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75635

Black with #C75635

Text Example


Text Example

White with #C75635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75635; }

 p { color: rgb(199,86,53); }

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

background-color css

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

 a { background-color: rgb(199,86,53); }

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

border-color css

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

 span { border-color: rgb(199,86,53); }

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