Html Css Color HEX #CA6C7E Charm

📋 copy color: '#CA6C7E'

red 202 ◦ green 108 ◦ blue 126

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

Shades of Charm #CA6C7E

Tints of Charm #CA6C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.77%

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 46.33%
G = 24.77%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA6C7E (or 0xCA6C7E) is known color: Charm. HEX triplet: CA, 6C and 7E. RGB value is (202,108,126). Sum of RGB (Red+Green+Blue) = 202+108+126=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C7E is #359381. Grayscale: #8A8A8A. Windows color (decimal): -3511170 or 8285386. OLE color: 8285386.

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

Color convert

RGB 202 108 126 -
CMYK 0 0.47 0.38 0.21
HSL 348.51º 0.47% 0.61% -
HSV(B) 348.51º 0.47% 0.79% -
XYZ 33.49 24.79 22.76 -
YUV 138.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 202 108 126 0 0.47 0.38 0.21 348.51 0.47 0.61
Hex CA 6C 7E 0 2F 26 15 15D 2F 3D
Octal 312 154 176 0 57 46 25 535 57 75
Binary 11001010 1101100 1111110 0 101111 100110 10101 101011101 101111 111101

Color Harmonies of #CA6C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C7E

Black with #CA6C7E

Text Example


Text Example

White with #CA6C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C7E; }

 p { color: rgb(202,108,126); }

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

background-color css

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

 a { background-color: rgb(202,108,126); }

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

border-color css

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

 span { border-color: rgb(202,108,126); }

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