Html Css Color HEX #CA687B Charm

📋 copy color: '#CA687B'

red 202 ◦ green 104 ◦ blue 123

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

Shades of Charm #CA687B

Tints of Charm #CA687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.67%

R = 47.09%
G = 24.24%
B = 28.67%

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

#CA687B (or 0xCA687B) is known color: Charm. HEX triplet: CA, 68 and 7B. RGB value is (202,104,123). Sum of RGB (Red+Green+Blue) = 202+104+123=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA687B is #359784. Grayscale: #878787. Windows color (decimal): -3512197 or 8087754. OLE color: 8087754.

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

Color convert

RGB 202 104 123 -
CMYK 0 0.49 0.39 0.21
HSL 348.37º 0.48% 0.6% -
HSV(B) 348.37º 0.49% 0.79% -
XYZ 32.88 23.89 21.62 -
YUV 135.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 202 104 123 0 0.49 0.39 0.21 348.37 0.48 0.6
Hex CA 68 7B 0 31 27 15 15C 30 3C
Octal 312 150 173 0 61 47 25 534 60 74
Binary 11001010 1101000 1111011 0 110001 100111 10101 101011100 110000 111100

Color Harmonies of #CA687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA687B

Black with #CA687B

Text Example


Text Example

White with #CA687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA687B; }

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

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

background-color css

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

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

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

border-color css

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

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

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