Html Css Color HEX #CA687A Charm

📋 copy color: '#CA687A'

red 202 ◦ green 104 ◦ blue 122

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

Shades of Charm #CA687A

Tints of Charm #CA687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.5%

R = 47.2%
G = 24.3%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA687A (or 0xCA687A) is known color: Charm. HEX triplet: CA, 68 and 7A. RGB value is (202,104,122). Sum of RGB (Red+Green+Blue) = 202+104+122=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA687A is #359785. Grayscale: #878787. Windows color (decimal): -3512198 or 8022218. OLE color: 8022218.

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

Color convert

RGB 202 104 122 -
CMYK 0 0.49 0.40 0.21
HSL 348.98º 0.48% 0.6% -
HSV(B) 348.98º 0.49% 0.79% -
XYZ 32.82 23.86 21.29 -
YUV 135.35 120.47 175.54 -
System Red Green Blue C M Y K H S L
Decimal 202 104 122 0 0.49 0.40 0.21 348.98 0.48 0.6
Hex CA 68 7A 0 31 28 15 15D 30 3C
Octal 312 150 172 0 61 50 25 535 60 74
Binary 11001010 1101000 1111010 0 110001 101000 10101 101011101 110000 111100

Color Harmonies of #CA687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA687A

Black with #CA687A

Text Example


Text Example

White with #CA687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA687A; }

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

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

background-color css

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

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

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

border-color css

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

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

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