Html Css Color HEX #CC5F43 Dark Coral

📋 copy color: '#CC5F43'

red 204 ◦ green 95 ◦ blue 67

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

Shades of Dark Coral #CC5F43

Tints of Dark Coral #CC5F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.31%

R = 55.74%
G = 25.96%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC5F43 (or 0xCC5F43) is known color: Dark Coral. HEX triplet: CC, 5F and 43. RGB value is (204,95,67). Sum of RGB (Red+Green+Blue) = 204+95+67=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5F43 is #33A0BC. Grayscale: #7C7C7C. Windows color (decimal): -3383485 or 4415436. OLE color: 4415436.

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

Color convert

RGB 204 95 67 -
CMYK 0 0.53 0.67 0.2
HSL 12.26º 0.57% 0.53% -
HSV(B) 12.26º 0.67% 0.8% -
XYZ 30.01 21.43 7.86 -
YUV 124.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 204 95 67 0 0.53 0.67 0.2 12.26 0.57 0.53
Hex CC 5F 43 0 35 43 14 C 39 35
Octal 314 137 103 0 65 103 24 14 71 65
Binary 11001100 1011111 1000011 0 110101 1000011 10100 1100 111001 110101

Color Harmonies of #CC5F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F43

Black with #CC5F43

Text Example


Text Example

White with #CC5F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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