Html Css Color HEX #CC684D Red Damask

📋 copy color: '#CC684D'

red 204 ◦ green 104 ◦ blue 77

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

Shades of Red Damask #CC684D

Tints of Red Damask #CC684D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.01%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 52.99%
G = 27.01%
B = 20%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC684D (or 0xCC684D) is known color: Red Damask. HEX triplet: CC, 68 and 4D. RGB value is (204,104,77). Sum of RGB (Red+Green+Blue) = 204+104+77=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC684D is #3397B2. Grayscale: #838383. Windows color (decimal): -3381171 or 5073100. OLE color: 5073100.

HSL color Cylindrical-coordinate representation of color #CC684D: hue angle of 12.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC684D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 104 77 -
CMYK 0 0.49 0.62 0.2
HSL 12.76º 0.55% 0.55% -
HSV(B) 12.76º 0.62% 0.8% -
XYZ 31.19 23.27 9.87 -
YUV 130.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 204 104 77 0 0.49 0.62 0.2 12.76 0.55 0.55
Hex CC 68 4D 0 31 3E 14 D 37 37
Octal 314 150 115 0 61 76 24 15 67 67
Binary 11001100 1101000 1001101 0 110001 111110 10100 1101 110111 110111

Color Harmonies of #CC684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC684D

Black with #CC684D

Text Example


Text Example

White with #CC684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC684D; }

 p { color: rgb(204,104,77); }

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

background-color css

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

 a { background-color: rgb(204,104,77); }

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

border-color css

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

 span { border-color: rgb(204,104,77); }

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