Html Css Color HEX #CA767A Charm

📋 copy color: '#CA767A'

red 202 ◦ green 118 ◦ blue 122

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

Shades of Charm #CA767A

Tints of Charm #CA767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 45.7%
G = 26.7%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA767A (or 0xCA767A) is known color: Charm. HEX triplet: CA, 76 and 7A. RGB value is (202,118,122). Sum of RGB (Red+Green+Blue) = 202+118+122=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA767A is #358985. Grayscale: #8F8F8F. Windows color (decimal): -3508614 or 8025802. OLE color: 8025802.

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

Color convert

RGB 202 118 122 -
CMYK 0 0.42 0.40 0.21
HSL 357.14º 0.44% 0.63% -
HSV(B) 357.14º 0.42% 0.79% -
XYZ 34.35 26.92 21.8 -
YUV 143.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 202 118 122 0 0.42 0.40 0.21 357.14 0.44 0.63
Hex CA 76 7A 0 2A 28 15 165 2C 3F
Octal 312 166 172 0 52 50 25 545 54 77
Binary 11001010 1110110 1111010 0 101010 101000 10101 101100101 101100 111111

Color Harmonies of #CA767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA767A

Black with #CA767A

Text Example


Text Example

White with #CA767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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