Html Css Color HEX #CC5C3E Dark Coral

📋 copy color: '#CC5C3E'

red 204 ◦ green 92 ◦ blue 62

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

Shades of Dark Coral #CC5C3E

Tints of Dark Coral #CC5C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.7%

 BLUE value IS 62 (24.61% from 255) = 17.32%

R = 56.98%
G = 25.7%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC5C3E (or 0xCC5C3E) is known color: Dark Coral. HEX triplet: CC, 5C and 3E. RGB value is (204,92,62). Sum of RGB (Red+Green+Blue) = 204+92+62=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C3E is #33A3C1. Grayscale: #7A7A7A. Windows color (decimal): -3384258 or 4086988. OLE color: 4086988.

HSL color Cylindrical-coordinate representation of color #CC5C3E: hue angle of 12.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC5C3E is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 92 62 -
CMYK 0 0.55 0.70 0.2
HSL 12.68º 0.58% 0.52% -
HSV(B) 12.68º 0.7% 0.8% -
XYZ 29.6 20.84 7.02 -
YUV 122.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 204 92 62 0 0.55 0.70 0.2 12.68 0.58 0.52
Hex CC 5C 3E 0 37 46 14 D 3A 34
Octal 314 134 76 0 67 106 24 15 72 64
Binary 11001100 1011100 111110 0 110111 1000110 10100 1101 111010 110100

Color Harmonies of #CC5C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C3E

Black with #CC5C3E

Text Example


Text Example

White with #CC5C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C3E; }

 p { color: rgb(204,92,62); }

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

background-color css

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

 a { background-color: rgb(204,92,62); }

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

border-color css

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

 span { border-color: rgb(204,92,62); }

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