Html Css Color HEX #CC5F42 Dark Coral

📋 copy color: '#CC5F42'

red 204 ◦ green 95 ◦ blue 66

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

Shades of Dark Coral #CC5F42

Tints of Dark Coral #CC5F42

RGB

 RED value IS 204 (80.08% from 255) = 55.89%

 GREEN value IS 95 (37.5% from 255) = 26.03%

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

R = 55.89%
G = 26.03%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC5F42 (or 0xCC5F42) is known color: Dark Coral. HEX triplet: CC, 5F and 42. RGB value is (204,95,66). Sum of RGB (Red+Green+Blue) = 204+95+66=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5F42 is #33A0BD. Grayscale: #7C7C7C. Windows color (decimal): -3383486 or 4349900. OLE color: 4349900.

HSL color Cylindrical-coordinate representation of color #CC5F42: hue angle of 12.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC5F42 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 95 66 -
CMYK 0 0.53 0.68 0.2
HSL 12.61º 0.58% 0.53% -
HSV(B) 12.61º 0.68% 0.8% -
XYZ 29.98 21.42 7.71 -
YUV 124.29 95.11 184.86 -
System Red Green Blue C M Y K H S L
Decimal 204 95 66 0 0.53 0.68 0.2 12.61 0.58 0.53
Hex CC 5F 42 0 35 44 14 D 3A 35
Octal 314 137 102 0 65 104 24 15 72 65
Binary 11001100 1011111 1000010 0 110101 1000100 10100 1101 111010 110101

Color Harmonies of #CC5F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F42

Black with #CC5F42

Text Example


Text Example

White with #CC5F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F42; }

 p { color: rgb(204,95,66); }

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

background-color css

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

 a { background-color: rgb(204,95,66); }

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

border-color css

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

 span { border-color: rgb(204,95,66); }

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