Html Css Color HEX #CB7AB0 Lily

📋 copy color: '#CB7AB0'

red 203 ◦ green 122 ◦ blue 176

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

Shades of Lily #CB7AB0

Tints of Lily #CB7AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.35%

 BLUE value IS 176 (69.14% from 255) = 35.13%

R = 40.52%
G = 24.35%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB7AB0 (or 0xCB7AB0) is known color: Lily. HEX triplet: CB, 7A and B0. RGB value is (203,122,176). Sum of RGB (Red+Green+Blue) = 203+122+176=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7AB0 is #34854F. Grayscale: #989898. Windows color (decimal): -3442000 or 11565771. OLE color: 11565771.

HSL color Cylindrical-coordinate representation of color #CB7AB0: hue angle of 320º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7AB0 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 122 176 -
CMYK 0 0.40 0.13 0.20
HSL 320º 0.44% 0.64% -
HSV(B) 320º 0.4% 0.8% -
XYZ 39.42 29.75 44.74 -
YUV 152.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 203 122 176 0 0.40 0.13 0.20 320 0.44 0.64
Hex CB 7A B0 0 28 D 14 140 2C 40
Octal 313 172 260 0 50 15 24 500 54 100
Binary 11001011 1111010 10110000 0 101000 1101 10100 101000000 101100 1000000

Color Harmonies of #CB7AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7AB0

Black with #CB7AB0

Text Example


Text Example

White with #CB7AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7AB0; }

 p { color: rgb(203,122,176); }

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

background-color css

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

 a { background-color: rgb(203,122,176); }

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

border-color css

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

 span { border-color: rgb(203,122,176); }

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