Html Css Color HEX #C75423 Trinidad

📋 copy color: '#C75423'

red 199 ◦ green 84 ◦ blue 35

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

Shades of Trinidad #C75423

Tints of Trinidad #C75423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.01%

R = 62.58%
G = 26.42%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C75423 (or 0xC75423) is known color: Trinidad. HEX triplet: C7, 54 and 23. RGB value is (199,84,35). Sum of RGB (Red+Green+Blue) = 199+84+35=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C75423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75423 is #38ABDC. Grayscale: #717171. Windows color (decimal): -3714013 or 2315463. OLE color: 2315463.

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

Color convert

RGB 199 84 35 -
CMYK 0 0.58 0.82 0.22
HSL 17.93º 0.7% 0.46% -
HSV(B) 17.93º 0.82% 0.78% -
XYZ 27.03 18.6 3.76 -
YUV 112.8 84.1 189.48 -
System Red Green Blue C M Y K H S L
Decimal 199 84 35 0 0.58 0.82 0.22 17.93 0.7 0.46
Hex C7 54 23 0 3A 52 16 12 46 2E
Octal 307 124 43 0 72 122 26 22 106 56
Binary 11000111 1010100 100011 0 111010 1010010 10110 10010 1000110 101110

Color Harmonies of #C75423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75423

Black with #C75423

Text Example


Text Example

White with #C75423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75423; }

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

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

background-color css

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

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

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

border-color css

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

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

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