Html Css Color HEX #CA684A Red Damask

📋 copy color: '#CA684A'

red 202 ◦ green 104 ◦ blue 74

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

Shades of Red Damask #CA684A

Tints of Red Damask #CA684A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 53.16%
G = 27.37%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA684A (or 0xCA684A) is known color: Red Damask. HEX triplet: CA, 68 and 4A. RGB value is (202,104,74). Sum of RGB (Red+Green+Blue) = 202+104+74=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA684A is #3597B5. Grayscale: #828282. Windows color (decimal): -3512246 or 4876490. OLE color: 4876490.

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

Color convert

RGB 202 104 74 -
CMYK 0 0.49 0.63 0.21
HSL 14.06º 0.55% 0.54% -
HSV(B) 14.06º 0.63% 0.79% -
XYZ 30.54 22.95 9.3 -
YUV 129.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 202 104 74 0 0.49 0.63 0.21 14.06 0.55 0.54
Hex CA 68 4A 0 31 3F 15 E 37 36
Octal 312 150 112 0 61 77 25 16 67 66
Binary 11001010 1101000 1001010 0 110001 111111 10101 1110 110111 110110

Color Harmonies of #CA684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA684A

Black with #CA684A

Text Example


Text Example

White with #CA684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA684A; }

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

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

background-color css

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

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

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

border-color css

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

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

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