Html Css Color HEX #CC6245 Dark Coral

📋 copy color: '#CC6245'

red 204 ◦ green 98 ◦ blue 69

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

Shades of Dark Coral #CC6245

Tints of Dark Coral #CC6245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 54.99%
G = 26.42%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC6245 (or 0xCC6245) is known color: Dark Coral. HEX triplet: CC, 62 and 45. RGB value is (204,98,69). Sum of RGB (Red+Green+Blue) = 204+98+69=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6245 is #339DBA. Grayscale: #7E7E7E. Windows color (decimal): -3382715 or 4547276. OLE color: 4547276.

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

Color convert

RGB 204 98 69 -
CMYK 0 0.52 0.66 0.2
HSL 12.89º 0.57% 0.54% -
HSV(B) 12.89º 0.66% 0.8% -
XYZ 30.34 22 8.28 -
YUV 126.39 95.62 183.36 -
System Red Green Blue C M Y K H S L
Decimal 204 98 69 0 0.52 0.66 0.2 12.89 0.57 0.54
Hex CC 62 45 0 34 42 14 D 39 36
Octal 314 142 105 0 64 102 24 15 71 66
Binary 11001100 1100010 1000101 0 110100 1000010 10100 1101 111001 110110

Color Harmonies of #CC6245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6245

Black with #CC6245

Text Example


Text Example

White with #CC6245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6245; }

 p { color: rgb(204,98,69); }

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

background-color css

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

 a { background-color: rgb(204,98,69); }

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

border-color css

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

 span { border-color: rgb(204,98,69); }

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