Html Css Color HEX #C75428 Trinidad

📋 copy color: '#C75428'

red 199 ◦ green 84 ◦ blue 40

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

Shades of Trinidad #C75428

Tints of Trinidad #C75428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.38%

R = 61.61%
G = 26.01%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C75428 (or 0xC75428) is known color: Trinidad. HEX triplet: C7, 54 and 28. RGB value is (199,84,40). Sum of RGB (Red+Green+Blue) = 199+84+40=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C75428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75428 is #38ABD7. Grayscale: #717171. Windows color (decimal): -3714008 or 2643143. OLE color: 2643143.

HSL color Cylindrical-coordinate representation of color #C75428: hue angle of 16.6º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C75428 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 84 40 -
CMYK 0 0.58 0.80 0.22
HSL 16.6º 0.67% 0.47% -
HSV(B) 16.6º 0.8% 0.78% -
XYZ 27.11 18.64 4.18 -
YUV 113.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 199 84 40 0 0.58 0.80 0.22 16.6 0.67 0.47
Hex C7 54 28 0 3A 50 16 11 43 2F
Octal 307 124 50 0 72 120 26 21 103 57
Binary 11000111 1010100 101000 0 111010 1010000 10110 10001 1000011 101111

Color Harmonies of #C75428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75428

Black with #C75428

Text Example


Text Example

White with #C75428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75428; }

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

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

background-color css

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

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

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

border-color css

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

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

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