Html Css Color HEX #C75435 Trinidad

📋 copy color: '#C75435'

red 199 ◦ green 84 ◦ blue 53

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

Shades of Trinidad #C75435

Tints of Trinidad #C75435

RGB

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

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

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

R = 59.23%
G = 25%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C75435 (or 0xC75435) is known color: Trinidad. HEX triplet: C7, 54 and 35. RGB value is (199,84,53). Sum of RGB (Red+Green+Blue) = 199+84+53=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C75435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75435 is #38ABCA. Grayscale: #737373. Windows color (decimal): -3713995 or 3495111. OLE color: 3495111.

HSL color Cylindrical-coordinate representation of color #C75435: hue angle of 12.74º 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 #C75435 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 84 53 -
CMYK 0 0.58 0.73 0.22
HSL 12.74º 0.58% 0.49% -
HSV(B) 12.74º 0.73% 0.78% -
XYZ 27.37 18.74 5.54 -
YUV 114.85 93.1 188.02 -
System Red Green Blue C M Y K H S L
Decimal 199 84 53 0 0.58 0.73 0.22 12.74 0.58 0.49
Hex C7 54 35 0 3A 49 16 D 3A 31
Octal 307 124 65 0 72 111 26 15 72 61
Binary 11000111 1010100 110101 0 111010 1001001 10110 1101 111010 110001

Color Harmonies of #C75435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75435

Black with #C75435

Text Example


Text Example

White with #C75435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75435; }

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

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

background-color css

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

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

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

border-color css

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

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

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