Html Css Color HEX #CC6346 Dark Coral

📋 copy color: '#CC6346'

red 204 ◦ green 99 ◦ blue 70

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

Shades of Dark Coral #CC6346

Tints of Dark Coral #CC6346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 54.69%
G = 26.54%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC6346 (or 0xCC6346) is known color: Dark Coral. HEX triplet: CC, 63 and 46. RGB value is (204,99,70). Sum of RGB (Red+Green+Blue) = 204+99+70=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6346 is #339CB9. Grayscale: #7F7F7F. Windows color (decimal): -3382458 or 4613068. OLE color: 4613068.

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

Color convert

RGB 204 99 70 -
CMYK 0 0.51 0.66 0.2
HSL 12.99º 0.57% 0.54% -
HSV(B) 12.99º 0.66% 0.8% -
XYZ 30.47 22.2 8.47 -
YUV 127.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 204 99 70 0 0.51 0.66 0.2 12.99 0.57 0.54
Hex CC 63 46 0 33 42 14 D 39 36
Octal 314 143 106 0 63 102 24 15 71 66
Binary 11001100 1100011 1000110 0 110011 1000010 10100 1101 111001 110110

Color Harmonies of #CC6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6346

Black with #CC6346

Text Example


Text Example

White with #CC6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6346; }

 p { color: rgb(204,99,70); }

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

background-color css

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

 a { background-color: rgb(204,99,70); }

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

border-color css

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

 span { border-color: rgb(204,99,70); }

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