Html Css Color HEX #CC5C3D Dark Coral

📋 copy color: '#CC5C3D'

red 204 ◦ green 92 ◦ blue 61

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

Shades of Dark Coral #CC5C3D

Tints of Dark Coral #CC5C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 57.14%
G = 25.77%
B = 17.09%

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

#CC5C3D (or 0xCC5C3D) is known color: Dark Coral. HEX triplet: CC, 5C and 3D. RGB value is (204,92,61). Sum of RGB (Red+Green+Blue) = 204+92+61=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C3D is #33A3C2. Grayscale: #7A7A7A. Windows color (decimal): -3384259 or 4021452. OLE color: 4021452.

HSL color Cylindrical-coordinate representation of color #CC5C3D: hue angle of 13.01º 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 #CC5C3D is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 92 61 -
CMYK 0 0.55 0.70 0.2
HSL 13.01º 0.58% 0.52% -
HSV(B) 13.01º 0.7% 0.8% -
XYZ 29.57 20.83 6.88 -
YUV 121.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 204 92 61 0 0.55 0.70 0.2 13.01 0.58 0.52
Hex CC 5C 3D 0 37 46 14 D 3A 34
Octal 314 134 75 0 67 106 24 15 72 64
Binary 11001100 1011100 111101 0 110111 1000110 10100 1101 111010 110100

Color Harmonies of #CC5C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C3D

Black with #CC5C3D

Text Example


Text Example

White with #CC5C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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