Html Css Color HEX #CA6983 Charm

📋 copy color: '#CA6983'

red 202 ◦ green 105 ◦ blue 131

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

Shades of Charm #CA6983

Tints of Charm #CA6983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.91%

R = 46.12%
G = 23.97%
B = 29.91%

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

#CA6983 (or 0xCA6983) is known color: Charm. HEX triplet: CA, 69 and 83. RGB value is (202,105,131). Sum of RGB (Red+Green+Blue) = 202+105+131=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6983 is #35967C. Grayscale: #888888. Windows color (decimal): -3511933 or 8612298. OLE color: 8612298.

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

Color convert

RGB 202 105 131 -
CMYK 0 0.48 0.35 0.21
HSL 343.92º 0.48% 0.6% -
HSV(B) 343.92º 0.48% 0.79% -
XYZ 33.51 24.3 24.4 -
YUV 136.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 202 105 131 0 0.48 0.35 0.21 343.92 0.48 0.6
Hex CA 69 83 0 30 23 15 158 30 3C
Octal 312 151 203 0 60 43 25 530 60 74
Binary 11001010 1101001 10000011 0 110000 100011 10101 101011000 110000 111100

Color Harmonies of #CA6983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6983

Black with #CA6983

Text Example


Text Example

White with #CA6983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6983; }

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

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

background-color css

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

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

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

border-color css

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

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

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