Html Css Color HEX #C76042 Dark Coral

📋 copy color: '#C76042'

red 199 ◦ green 96 ◦ blue 66

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

Shades of Dark Coral #C76042

Tints of Dark Coral #C76042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

 BLUE value IS 66 (26.17% from 255) = 18.28%

R = 55.12%
G = 26.59%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C76042 (or 0xC76042) is known color: Dark Coral. HEX triplet: C7, 60 and 42. RGB value is (199,96,66). Sum of RGB (Red+Green+Blue) = 199+96+66=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C76042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76042 is #389FBD. Grayscale: #7B7B7B. Windows color (decimal): -3710910 or 4350151. OLE color: 4350151.

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

Color convert

RGB 199 96 66 -
CMYK 0 0.52 0.67 0.22
HSL 13.53º 0.54% 0.52% -
HSV(B) 13.53º 0.67% 0.78% -
XYZ 28.72 20.9 7.67 -
YUV 123.38 95.62 181.94 -
System Red Green Blue C M Y K H S L
Decimal 199 96 66 0 0.52 0.67 0.22 13.53 0.54 0.52
Hex C7 60 42 0 34 43 16 E 36 34
Octal 307 140 102 0 64 103 26 16 66 64
Binary 11000111 1100000 1000010 0 110100 1000011 10110 1110 110110 110100

Color Harmonies of #C76042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76042

Black with #C76042

Text Example


Text Example

White with #C76042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76042; }

 p { color: rgb(199,96,66); }

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

background-color css

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

 a { background-color: rgb(199,96,66); }

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

border-color css

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

 span { border-color: rgb(199,96,66); }

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