Html Css Color HEX #CA7690 Charm

📋 copy color: '#CA7690'

red 202 ◦ green 118 ◦ blue 144

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

Shades of Charm #CA7690

Tints of Charm #CA7690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.03%

R = 43.53%
G = 25.43%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA7690 (or 0xCA7690) is known color: Charm. HEX triplet: CA, 76 and 90. RGB value is (202,118,144). Sum of RGB (Red+Green+Blue) = 202+118+144=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7690 is #35896F. Grayscale: #929292. Windows color (decimal): -3508592 or 9467594. OLE color: 9467594.

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

Color convert

RGB 202 118 144 -
CMYK 0 0.42 0.29 0.21
HSL 341.43º 0.44% 0.63% -
HSV(B) 341.43º 0.42% 0.79% -
XYZ 35.87 27.53 29.81 -
YUV 146.08 126.83 167.89 -
System Red Green Blue C M Y K H S L
Decimal 202 118 144 0 0.42 0.29 0.21 341.43 0.44 0.63
Hex CA 76 90 0 2A 1D 15 155 2C 3F
Octal 312 166 220 0 52 35 25 525 54 77
Binary 11001010 1110110 10010000 0 101010 11101 10101 101010101 101100 111111

Color Harmonies of #CA7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7690

Black with #CA7690

Text Example


Text Example

White with #CA7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7690; }

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

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

background-color css

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

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

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

border-color css

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

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

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