Html Css Color HEX #C08CB3 Lily

📋 copy color: '#C08CB3'

red 192 ◦ green 140 ◦ blue 179

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

Shades of Lily #C08CB3

Tints of Lily #C08CB3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

 BLUE value IS 179 (70.31% from 255) = 35.03%

R = 37.57%
G = 27.4%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C08CB3 (or 0xC08CB3) is known color: Lily. HEX triplet: C0, 8C and B3. RGB value is (192,140,179). Sum of RGB (Red+Green+Blue) = 192+140+179=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CB3 is #3F734C. Grayscale: #9F9F9F. Windows color (decimal): -4158285 or 11766976. OLE color: 11766976.

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

Color convert

RGB 192 140 179 -
CMYK 0 0.27 0.07 0.25
HSL 315º 0.29% 0.65% -
HSV(B) 315º 0.27% 0.75% -
XYZ 39.25 33.22 46.99 -
YUV 159.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 192 140 179 0 0.27 0.07 0.25 315 0.29 0.65
Hex C0 8C B3 0 1B 7 19 13B 1D 41
Octal 300 214 263 0 33 7 31 473 35 101
Binary 11000000 10001100 10110011 0 11011 111 11001 100111011 11101 1000001

Color Harmonies of #C08CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CB3

Black with #C08CB3

Text Example


Text Example

White with #C08CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CB3; }

 p { color: rgb(192,140,179); }

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

background-color css

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

 a { background-color: rgb(192,140,179); }

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

border-color css

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

 span { border-color: rgb(192,140,179); }

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