Html Css Color HEX #CA687D Charm

📋 copy color: '#CA687D'

red 202 ◦ green 104 ◦ blue 125

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

Shades of Charm #CA687D

Tints of Charm #CA687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 46.87%
G = 24.13%
B = 29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA687D (or 0xCA687D) is known color: Charm. HEX triplet: CA, 68 and 7D. RGB value is (202,104,125). Sum of RGB (Red+Green+Blue) = 202+104+125=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA687D is #359782. Grayscale: #878787. Windows color (decimal): -3512195 or 8218826. OLE color: 8218826.

HSL color Cylindrical-coordinate representation of color #CA687D: hue angle of 347.14º 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 #CA687D is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 104 125 -
CMYK 0 0.49 0.38 0.21
HSL 347.14º 0.48% 0.6% -
HSV(B) 347.14º 0.49% 0.79% -
XYZ 33.01 23.94 22.28 -
YUV 135.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 202 104 125 0 0.49 0.38 0.21 347.14 0.48 0.6
Hex CA 68 7D 0 31 26 15 15B 30 3C
Octal 312 150 175 0 61 46 25 533 60 74
Binary 11001010 1101000 1111101 0 110001 100110 10101 101011011 110000 111100

Color Harmonies of #CA687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA687D

Black with #CA687D

Text Example


Text Example

White with #CA687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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