Html Css Color HEX #CA768D Charm

📋 copy color: '#CA768D'

red 202 ◦ green 118 ◦ blue 141

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

Shades of Charm #CA768D

Tints of Charm #CA768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.6%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 43.82%
G = 25.6%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA768D (or 0xCA768D) is known color: Charm. HEX triplet: CA, 76 and 8D. RGB value is (202,118,141). Sum of RGB (Red+Green+Blue) = 202+118+141=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA768D is #358972. Grayscale: #919191. Windows color (decimal): -3508595 or 9270986. OLE color: 9270986.

HSL color Cylindrical-coordinate representation of color #CA768D: hue angle of 343.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA768D is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 118 141 -
CMYK 0 0.42 0.30 0.21
HSL 343.57º 0.44% 0.63% -
HSV(B) 343.57º 0.42% 0.79% -
XYZ 35.64 27.44 28.62 -
YUV 145.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 202 118 141 0 0.42 0.30 0.21 343.57 0.44 0.63
Hex CA 76 8D 0 2A 1E 15 158 2C 3F
Octal 312 166 215 0 52 36 25 530 54 77
Binary 11001010 1110110 10001101 0 101010 11110 10101 101011000 101100 111111

Color Harmonies of #CA768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA768D

Black with #CA768D

Text Example


Text Example

White with #CA768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA768D; }

 p { color: rgb(202,118,141); }

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

background-color css

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

 a { background-color: rgb(202,118,141); }

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

border-color css

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

 span { border-color: rgb(202,118,141); }

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