Html Css Color HEX #CC6344 Dark Coral

📋 copy color: '#CC6344'

red 204 ◦ green 99 ◦ blue 68

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

Shades of Dark Coral #CC6344

Tints of Dark Coral #CC6344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 54.99%
G = 26.68%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC6344 (or 0xCC6344) is known color: Dark Coral. HEX triplet: CC, 63 and 44. RGB value is (204,99,68). Sum of RGB (Red+Green+Blue) = 204+99+68=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6344 is #339CBB. Grayscale: #7F7F7F. Windows color (decimal): -3382460 or 4481996. OLE color: 4481996.

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

Color convert

RGB 204 99 68 -
CMYK 0 0.51 0.67 0.2
HSL 13.68º 0.57% 0.53% -
HSV(B) 13.68º 0.67% 0.8% -
XYZ 30.41 22.18 8.15 -
YUV 126.86 94.79 183.02 -
System Red Green Blue C M Y K H S L
Decimal 204 99 68 0 0.51 0.67 0.2 13.68 0.57 0.53
Hex CC 63 44 0 33 43 14 E 39 35
Octal 314 143 104 0 63 103 24 16 71 65
Binary 11001100 1100011 1000100 0 110011 1000011 10100 1110 111001 110101

Color Harmonies of #CC6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6344

Black with #CC6344

Text Example


Text Example

White with #CC6344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6344; }

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

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

background-color css

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

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

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

border-color css

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

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

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