Html Css Color HEX #C69BAB Viola

📋 copy color: '#C69BAB'

red 198 ◦ green 155 ◦ blue 171

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

Shades of Viola #C69BAB

Tints of Viola #C69BAB

RGB

 RED value IS 198 (77.73% from 255) = 37.79%

 GREEN value IS 155 (60.94% from 255) = 29.58%

 BLUE value IS 171 (67.19% from 255) = 32.63%

R = 37.79%
G = 29.58%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C69BAB (or 0xC69BAB) is known color: Viola. HEX triplet: C6, 9B and AB. RGB value is (198,155,171). Sum of RGB (Red+Green+Blue) = 198+155+171=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69BAB is #396454. Grayscale: #A9A9A9. Windows color (decimal): -3761237 or 11246534. OLE color: 11246534.

HSL color Cylindrical-coordinate representation of color #C69BAB: hue angle of 337.67º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69BAB is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 155 171 -
CMYK 0 0.22 0.14 0.22
HSL 337.67º 0.27% 0.69% -
HSV(B) 337.67º 0.22% 0.78% -
XYZ 42.36 38.39 43.71 -
YUV 169.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 198 155 171 0 0.22 0.14 0.22 337.67 0.27 0.69
Hex C6 9B AB 0 16 E 16 152 1B 45
Octal 306 233 253 0 26 16 26 522 33 105
Binary 11000110 10011011 10101011 0 10110 1110 10110 101010010 11011 1000101

Color Harmonies of #C69BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BAB

Black with #C69BAB

Text Example


Text Example

White with #C69BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BAB; }

 p { color: rgb(198,155,171); }

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

background-color css

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

 a { background-color: rgb(198,155,171); }

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

border-color css

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

 span { border-color: rgb(198,155,171); }

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