Html Css Color HEX #CA6B7D Charm

📋 copy color: '#CA6B7D'

red 202 ◦ green 107 ◦ blue 125

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

Shades of Charm #CA6B7D

Tints of Charm #CA6B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 46.54%
G = 24.65%
B = 28.8%

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

#CA6B7D (or 0xCA6B7D) is known color: Charm. HEX triplet: CA, 6B and 7D. RGB value is (202,107,125). Sum of RGB (Red+Green+Blue) = 202+107+125=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B7D is #359482. Grayscale: #898989. Windows color (decimal): -3511427 or 8219594. OLE color: 8219594.

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

Color convert

RGB 202 107 125 -
CMYK 0 0.47 0.38 0.21
HSL 348.63º 0.47% 0.61% -
HSV(B) 348.63º 0.47% 0.79% -
XYZ 33.32 24.55 22.39 -
YUV 137.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 202 107 125 0 0.47 0.38 0.21 348.63 0.47 0.61
Hex CA 6B 7D 0 2F 26 15 15D 2F 3D
Octal 312 153 175 0 57 46 25 535 57 75
Binary 11001010 1101011 1111101 0 101111 100110 10101 101011101 101111 111101

Color Harmonies of #CA6B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B7D

Black with #CA6B7D

Text Example


Text Example

White with #CA6B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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