Html Css Color HEX #CA684C Red Damask

📋 copy color: '#CA684C'

red 202 ◦ green 104 ◦ blue 76

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

Shades of Red Damask #CA684C

Tints of Red Damask #CA684C

RGB

 RED value IS 202 (79.3% from 255) = 52.88%

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

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 52.88%
G = 27.23%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA684C (or 0xCA684C) is known color: Red Damask. HEX triplet: CA, 68 and 4C. RGB value is (202,104,76). Sum of RGB (Red+Green+Blue) = 202+104+76=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA684C is #3597B3. Grayscale: #828282. Windows color (decimal): -3512244 or 5007562. OLE color: 5007562.

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

Color convert

RGB 202 104 76 -
CMYK 0 0.49 0.62 0.21
HSL 13.33º 0.54% 0.55% -
HSV(B) 13.33º 0.62% 0.79% -
XYZ 30.61 22.98 9.66 -
YUV 130.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 202 104 76 0 0.49 0.62 0.21 13.33 0.54 0.55
Hex CA 68 4C 0 31 3E 15 D 36 37
Octal 312 150 114 0 61 76 25 15 66 67
Binary 11001010 1101000 1001100 0 110001 111110 10101 1101 110110 110111

Color Harmonies of #CA684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA684C

Black with #CA684C

Text Example


Text Example

White with #CA684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA684C; }

 p { color: rgb(202,104,76); }

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

background-color css

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

 a { background-color: rgb(202,104,76); }

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

border-color css

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

 span { border-color: rgb(202,104,76); }

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