Html Css Color HEX #C08BA5 Viola

📋 copy color: '#C08BA5'

red 192 ◦ green 139 ◦ blue 165

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

Shades of Viola #C08BA5

Tints of Viola #C08BA5

RGB

 RED value IS 192 (75.39% from 255) = 38.71%

 GREEN value IS 139 (54.69% from 255) = 28.02%

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 38.71%
G = 28.02%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C08BA5 (or 0xC08BA5) is known color: Viola. HEX triplet: C0, 8B and A5. RGB value is (192,139,165). Sum of RGB (Red+Green+Blue) = 192+139+165=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BA5 is #3F745A. Grayscale: #9D9D9D. Windows color (decimal): -4158555 or 10849216. OLE color: 10849216.

HSL color Cylindrical-coordinate representation of color #C08BA5: hue angle of 330.57º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08BA5 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 139 165 -
CMYK 0 0.28 0.14 0.25
HSL 330.57º 0.3% 0.65% -
HSV(B) 330.57º 0.28% 0.75% -
XYZ 37.76 32.39 39.86 -
YUV 157.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 192 139 165 0 0.28 0.14 0.25 330.57 0.3 0.65
Hex C0 8B A5 0 1C E 19 14B 1E 41
Octal 300 213 245 0 34 16 31 513 36 101
Binary 11000000 10001011 10100101 0 11100 1110 11001 101001011 11110 1000001

Color Harmonies of #C08BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BA5

Black with #C08BA5

Text Example


Text Example

White with #C08BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BA5; }

 p { color: rgb(192,139,165); }

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

background-color css

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

 a { background-color: rgb(192,139,165); }

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

border-color css

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

 span { border-color: rgb(192,139,165); }

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