Html Css Color HEX #CA767F Charm

📋 copy color: '#CA767F'

red 202 ◦ green 118 ◦ blue 127

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

Shades of Charm #CA767F

Tints of Charm #CA767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.41%

R = 45.19%
G = 26.4%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA767F (or 0xCA767F) is known color: Charm. HEX triplet: CA, 76 and 7F. RGB value is (202,118,127). Sum of RGB (Red+Green+Blue) = 202+118+127=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA767F is #358980. Grayscale: #909090. Windows color (decimal): -3508609 or 8353482. OLE color: 8353482.

HSL color Cylindrical-coordinate representation of color #CA767F: hue angle of 353.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 #CA767F is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 118 127 -
CMYK 0 0.42 0.37 0.21
HSL 353.57º 0.44% 0.63% -
HSV(B) 353.57º 0.42% 0.79% -
XYZ 34.67 27.05 23.47 -
YUV 144.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 202 118 127 0 0.42 0.37 0.21 353.57 0.44 0.63
Hex CA 76 7F 0 2A 25 15 162 2C 3F
Octal 312 166 177 0 52 45 25 542 54 77
Binary 11001010 1110110 1111111 0 101010 100101 10101 101100010 101100 111111

Color Harmonies of #CA767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA767F

Black with #CA767F

Text Example


Text Example

White with #CA767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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