Html Css Color HEX #CA6F7E Charm

📋 copy color: '#CA6F7E'

red 202 ◦ green 111 ◦ blue 126

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

Shades of Charm #CA6F7E

Tints of Charm #CA6F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

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

R = 46.01%
G = 25.28%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA6F7E (or 0xCA6F7E) is known color: Charm. HEX triplet: CA, 6F and 7E. RGB value is (202,111,126). Sum of RGB (Red+Green+Blue) = 202+111+126=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F7E is #359081. Grayscale: #8B8B8B. Windows color (decimal): -3510402 or 8286154. OLE color: 8286154.

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

Color convert

RGB 202 111 126 -
CMYK 0 0.45 0.38 0.21
HSL 350.11º 0.46% 0.61% -
HSV(B) 350.11º 0.45% 0.79% -
XYZ 33.81 25.43 22.87 -
YUV 139.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 202 111 126 0 0.45 0.38 0.21 350.11 0.46 0.61
Hex CA 6F 7E 0 2D 26 15 15E 2E 3D
Octal 312 157 176 0 55 46 25 536 56 75
Binary 11001010 1101111 1111110 0 101101 100110 10101 101011110 101110 111101

Color Harmonies of #CA6F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6F7E

Black with #CA6F7E

Text Example


Text Example

White with #CA6F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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