Html Css Color HEX #CA6B7E Charm

📋 copy color: '#CA6B7E'

red 202 ◦ green 107 ◦ blue 126

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

Shades of Charm #CA6B7E

Tints of Charm #CA6B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.6%

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

R = 46.44%
G = 24.6%
B = 28.97%

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

#CA6B7E (or 0xCA6B7E) is known color: Charm. HEX triplet: CA, 6B and 7E. RGB value is (202,107,126). Sum of RGB (Red+Green+Blue) = 202+107+126=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B7E is #359481. Grayscale: #898989. Windows color (decimal): -3511426 or 8285130. OLE color: 8285130.

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

Color convert

RGB 202 107 126 -
CMYK 0 0.47 0.38 0.21
HSL 348º 0.47% 0.61% -
HSV(B) 348º 0.47% 0.79% -
XYZ 33.38 24.58 22.72 -
YUV 137.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 202 107 126 0 0.47 0.38 0.21 348 0.47 0.61
Hex CA 6B 7E 0 2F 26 15 15C 2F 3D
Octal 312 153 176 0 57 46 25 534 57 75
Binary 11001010 1101011 1111110 0 101111 100110 10101 101011100 101111 111101

Color Harmonies of #CA6B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B7E

Black with #CA6B7E

Text Example


Text Example

White with #CA6B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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