Html Css Color HEX #CA6984 Charm

📋 copy color: '#CA6984'

red 202 ◦ green 105 ◦ blue 132

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

Shades of Charm #CA6984

Tints of Charm #CA6984

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.92%

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 46.01%
G = 23.92%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA6984 (or 0xCA6984) is known color: Charm. HEX triplet: CA, 69 and 84. RGB value is (202,105,132). Sum of RGB (Red+Green+Blue) = 202+105+132=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6984 is #35967B. Grayscale: #898989. Windows color (decimal): -3511932 or 8677834. OLE color: 8677834.

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

Color convert

RGB 202 105 132 -
CMYK 0 0.48 0.35 0.21
HSL 343.3º 0.48% 0.6% -
HSV(B) 343.3º 0.48% 0.79% -
XYZ 33.57 24.33 24.76 -
YUV 137.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 202 105 132 0 0.48 0.35 0.21 343.3 0.48 0.6
Hex CA 69 84 0 30 23 15 157 30 3C
Octal 312 151 204 0 60 43 25 527 60 74
Binary 11001010 1101001 10000100 0 110000 100011 10101 101010111 110000 111100

Color Harmonies of #CA6984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6984

Black with #CA6984

Text Example


Text Example

White with #CA6984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6984; }

 p { color: rgb(202,105,132); }

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

background-color css

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

 a { background-color: rgb(202,105,132); }

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

border-color css

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

 span { border-color: rgb(202,105,132); }

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