Html Css Color HEX #CA6F8C Charm

📋 copy color: '#CA6F8C'

red 202 ◦ green 111 ◦ blue 140

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

Shades of Charm #CA6F8C

Tints of Charm #CA6F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.91%

R = 44.59%
G = 24.5%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA6F8C (or 0xCA6F8C) is known color: Charm. HEX triplet: CA, 6F and 8C. RGB value is (202,111,140). Sum of RGB (Red+Green+Blue) = 202+111+140=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6F8C is #359073. Grayscale: #8D8D8D. Windows color (decimal): -3510388 or 9203658. OLE color: 9203658.

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

Color convert

RGB 202 111 140 -
CMYK 0 0.45 0.31 0.21
HSL 340.88º 0.46% 0.61% -
HSV(B) 340.88º 0.45% 0.79% -
XYZ 34.78 25.82 27.96 -
YUV 141.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 202 111 140 0 0.45 0.31 0.21 340.88 0.46 0.61
Hex CA 6F 8C 0 2D 1F 15 155 2E 3D
Octal 312 157 214 0 55 37 25 525 56 75
Binary 11001010 1101111 10001100 0 101101 11111 10101 101010101 101110 111101

Color Harmonies of #CA6F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6F8C

Black with #CA6F8C

Text Example


Text Example

White with #CA6F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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