Html Css Color HEX #C997AA Viola

📋 copy color: '#C997AA'

red 201 ◦ green 151 ◦ blue 170

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

Shades of Viola #C997AA

Tints of Viola #C997AA

RGB

 RED value IS 201 (78.91% from 255) = 38.51%

 GREEN value IS 151 (59.38% from 255) = 28.93%

 BLUE value IS 170 (66.8% from 255) = 32.57%

R = 38.51%
G = 28.93%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C997AA (or 0xC997AA) is known color: Viola. HEX triplet: C9, 97 and AA. RGB value is (201,151,170). Sum of RGB (Red+Green+Blue) = 201+151+170=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C997AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C997AA is #366855. Grayscale: #A8A8A8. Windows color (decimal): -3565654 or 11179977. OLE color: 11179977.

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

Color convert

RGB 201 151 170 -
CMYK 0 0.25 0.15 0.21
HSL 337.2º 0.32% 0.69% -
HSV(B) 337.2º 0.25% 0.79% -
XYZ 42.41 37.45 43.02 -
YUV 168.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 201 151 170 0 0.25 0.15 0.21 337.2 0.32 0.69
Hex C9 97 AA 0 19 F 15 151 20 45
Octal 311 227 252 0 31 17 25 521 40 105
Binary 11001001 10010111 10101010 0 11001 1111 10101 101010001 100000 1000101

Color Harmonies of #C997AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997AA

Black with #C997AA

Text Example


Text Example

White with #C997AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997AA; }

 p { color: rgb(201,151,170); }

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

background-color css

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

 a { background-color: rgb(201,151,170); }

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

border-color css

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

 span { border-color: rgb(201,151,170); }

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