Html Css Color HEX #CA95A8 Viola

📋 copy color: '#CA95A8'

red 202 ◦ green 149 ◦ blue 168

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

Shades of Viola #CA95A8

Tints of Viola #CA95A8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.71%

 BLUE value IS 168 (66.02% from 255) = 32.37%

R = 38.92%
G = 28.71%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA95A8 (or 0xCA95A8) is known color: Viola. HEX triplet: CA, 95 and A8. RGB value is (202,149,168). Sum of RGB (Red+Green+Blue) = 202+149+168=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA95A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA95A8 is #356A57. Grayscale: #A6A6A6. Windows color (decimal): -3500632 or 11048394. OLE color: 11048394.

HSL color Cylindrical-coordinate representation of color #CA95A8: hue angle of 338.49º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA95A8 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 168 -
CMYK 0 0.26 0.17 0.21
HSL 338.49º 0.33% 0.69% -
HSV(B) 338.49º 0.26% 0.79% -
XYZ 42.17 36.88 41.94 -
YUV 167.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 202 149 168 0 0.26 0.17 0.21 338.49 0.33 0.69
Hex CA 95 A8 0 1A 11 15 152 21 45
Octal 312 225 250 0 32 21 25 522 41 105
Binary 11001010 10010101 10101000 0 11010 10001 10101 101010010 100001 1000101

Color Harmonies of #CA95A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA95A8

Black with #CA95A8

Text Example


Text Example

White with #CA95A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA95A8; }

 p { color: rgb(202,149,168); }

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

background-color css

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

 a { background-color: rgb(202,149,168); }

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

border-color css

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

 span { border-color: rgb(202,149,168); }

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