Html Css Color HEX #CC684B Red Damask

📋 copy color: '#CC684B'

red 204 ◦ green 104 ◦ blue 75

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

Shades of Red Damask #CC684B

Tints of Red Damask #CC684B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 53.26%
G = 27.15%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC684B (or 0xCC684B) is known color: Red Damask. HEX triplet: CC, 68 and 4B. RGB value is (204,104,75). Sum of RGB (Red+Green+Blue) = 204+104+75=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC684B is #3397B4. Grayscale: #828282. Windows color (decimal): -3381173 or 4942028. OLE color: 4942028.

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

Color convert

RGB 204 104 75 -
CMYK 0 0.49 0.63 0.2
HSL 13.49º 0.56% 0.55% -
HSV(B) 13.49º 0.63% 0.8% -
XYZ 31.12 23.25 9.5 -
YUV 130.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 204 104 75 0 0.49 0.63 0.2 13.49 0.56 0.55
Hex CC 68 4B 0 31 3F 14 D 38 37
Octal 314 150 113 0 61 77 24 15 70 67
Binary 11001100 1101000 1001011 0 110001 111111 10100 1101 111000 110111

Color Harmonies of #CC684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC684B

Black with #CC684B

Text Example


Text Example

White with #CC684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC684B; }

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

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

background-color css

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

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

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

border-color css

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

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

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