Html Css Color HEX #CA687C Charm

📋 copy color: '#CA687C'

red 202 ◦ green 104 ◦ blue 124

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

Shades of Charm #CA687C

Tints of Charm #CA687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.84%

R = 46.98%
G = 24.19%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA687C (or 0xCA687C) is known color: Charm. HEX triplet: CA, 68 and 7C. RGB value is (202,104,124). Sum of RGB (Red+Green+Blue) = 202+104+124=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA687C is #359783. Grayscale: #878787. Windows color (decimal): -3512196 or 8153290. OLE color: 8153290.

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

Color convert

RGB 202 104 124 -
CMYK 0 0.49 0.39 0.21
HSL 347.76º 0.48% 0.6% -
HSV(B) 347.76º 0.49% 0.79% -
XYZ 32.95 23.91 21.95 -
YUV 135.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 202 104 124 0 0.49 0.39 0.21 347.76 0.48 0.6
Hex CA 68 7C 0 31 27 15 15C 30 3C
Octal 312 150 174 0 61 47 25 534 60 74
Binary 11001010 1101000 1111100 0 110001 100111 10101 101011100 110000 111100

Color Harmonies of #CA687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA687C

Black with #CA687C

Text Example


Text Example

White with #CA687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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