Html Css Color HEX #CC6348 Dark Coral

📋 copy color: '#CC6348'

red 204 ◦ green 99 ◦ blue 72

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

Shades of Dark Coral #CC6348

Tints of Dark Coral #CC6348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.2%

R = 54.4%
G = 26.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC6348 (or 0xCC6348) is known color: Dark Coral. HEX triplet: CC, 63 and 48. RGB value is (204,99,72). Sum of RGB (Red+Green+Blue) = 204+99+72=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6348 is #339CB7. Grayscale: #7F7F7F. Windows color (decimal): -3382456 or 4744140. OLE color: 4744140.

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

Color convert

RGB 204 99 72 -
CMYK 0 0.51 0.65 0.2
HSL 12.27º 0.56% 0.54% -
HSV(B) 12.27º 0.65% 0.8% -
XYZ 30.53 22.23 8.81 -
YUV 127.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 204 99 72 0 0.51 0.65 0.2 12.27 0.56 0.54
Hex CC 63 48 0 33 41 14 C 38 36
Octal 314 143 110 0 63 101 24 14 70 66
Binary 11001100 1100011 1001000 0 110011 1000001 10100 1100 111000 110110

Color Harmonies of #CC6348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6348

Black with #CC6348

Text Example


Text Example

White with #CC6348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6348; }

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

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

background-color css

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

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

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

border-color css

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

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

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