Html Css Color HEX #CA6A7B Charm

📋 copy color: '#CA6A7B'

red 202 ◦ green 106 ◦ blue 123

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

Shades of Charm #CA6A7B

Tints of Charm #CA6A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

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

R = 46.87%
G = 24.59%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA6A7B (or 0xCA6A7B) is known color: Charm. HEX triplet: CA, 6A and 7B. RGB value is (202,106,123). Sum of RGB (Red+Green+Blue) = 202+106+123=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A7B is #359584. Grayscale: #888888. Windows color (decimal): -3511685 or 8088266. OLE color: 8088266.

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

Color convert

RGB 202 106 123 -
CMYK 0 0.48 0.39 0.21
HSL 349.38º 0.48% 0.6% -
HSV(B) 349.38º 0.48% 0.79% -
XYZ 33.09 24.29 21.68 -
YUV 136.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 202 106 123 0 0.48 0.39 0.21 349.38 0.48 0.6
Hex CA 6A 7B 0 30 27 15 15D 30 3C
Octal 312 152 173 0 60 47 25 535 60 74
Binary 11001010 1101010 1111011 0 110000 100111 10101 101011101 110000 111100

Color Harmonies of #CA6A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6A7B

Black with #CA6A7B

Text Example


Text Example

White with #CA6A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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