Html Css Color HEX #CB8ABC Lily

📋 copy color: '#CB8ABC'

red 203 ◦ green 138 ◦ blue 188

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

Shades of Lily #CB8ABC

Tints of Lily #CB8ABC

RGB

 RED value IS 203 (79.69% from 255) = 38.37%

 GREEN value IS 138 (54.3% from 255) = 26.09%

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 38.37%
G = 26.09%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB8ABC (or 0xCB8ABC) is known color: Lily. HEX triplet: CB, 8A and BC. RGB value is (203,138,188). Sum of RGB (Red+Green+Blue) = 203+138+188=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ABC is #347543. Grayscale: #A3A3A3. Windows color (decimal): -3437892 or 12356299. OLE color: 12356299.

HSL color Cylindrical-coordinate representation of color #CB8ABC: hue angle of 313.85º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8ABC is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 138 188 -
CMYK 0 0.32 0.07 0.20
HSL 313.85º 0.38% 0.67% -
HSV(B) 313.85º 0.32% 0.8% -
XYZ 42.79 34.5 51.98 -
YUV 163.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 203 138 188 0 0.32 0.07 0.20 313.85 0.38 0.67
Hex CB 8A BC 0 20 7 14 13A 26 43
Octal 313 212 274 0 40 7 24 472 46 103
Binary 11001011 10001010 10111100 0 100000 111 10100 100111010 100110 1000011

Color Harmonies of #CB8ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8ABC

Black with #CB8ABC

Text Example


Text Example

White with #CB8ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8ABC; }

 p { color: rgb(203,138,188); }

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

background-color css

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

 a { background-color: rgb(203,138,188); }

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

border-color css

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

 span { border-color: rgb(203,138,188); }

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