Html Css Color HEX #CA7680 Charm

📋 copy color: '#CA7680'

red 202 ◦ green 118 ◦ blue 128

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

Shades of Charm #CA7680

Tints of Charm #CA7680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.57%

R = 45.09%
G = 26.34%
B = 28.57%

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

#CA7680 (or 0xCA7680) is known color: Charm. HEX triplet: CA, 76 and 80. RGB value is (202,118,128). Sum of RGB (Red+Green+Blue) = 202+118+128=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7680 is #35897F. Grayscale: #909090. Windows color (decimal): -3508608 or 8419018. OLE color: 8419018.

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

Color convert

RGB 202 118 128 -
CMYK 0 0.42 0.37 0.21
HSL 352.86º 0.44% 0.63% -
HSV(B) 352.86º 0.42% 0.79% -
XYZ 34.73 27.07 23.82 -
YUV 144.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 202 118 128 0 0.42 0.37 0.21 352.86 0.44 0.63
Hex CA 76 80 0 2A 25 15 161 2C 3F
Octal 312 166 200 0 52 45 25 541 54 77
Binary 11001010 1110110 10000000 0 101010 100101 10101 101100001 101100 111111

Color Harmonies of #CA7680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7680

Black with #CA7680

Text Example


Text Example

White with #CA7680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7680; }

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

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

background-color css

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

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

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

border-color css

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

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

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