Html Css Color HEX #CB8CBB Lily

📋 copy color: '#CB8CBB'

red 203 ◦ green 140 ◦ blue 187

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

Shades of Lily #CB8CBB

Tints of Lily #CB8CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 38.3%
G = 26.42%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB8CBB (or 0xCB8CBB) is known color: Lily. HEX triplet: CB, 8C and BB. RGB value is (203,140,187). Sum of RGB (Red+Green+Blue) = 203+140+187=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CBB is #347344. Grayscale: #A4A4A4. Windows color (decimal): -3437381 or 12291275. OLE color: 12291275.

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

Color convert

RGB 203 140 187 -
CMYK 0 0.31 0.08 0.20
HSL 315.24º 0.38% 0.67% -
HSV(B) 315.24º 0.31% 0.8% -
XYZ 42.98 35.04 51.51 -
YUV 164.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 203 140 187 0 0.31 0.08 0.20 315.24 0.38 0.67
Hex CB 8C BB 0 1F 8 14 13B 26 43
Octal 313 214 273 0 37 10 24 473 46 103
Binary 11001011 10001100 10111011 0 11111 1000 10100 100111011 100110 1000011

Color Harmonies of #CB8CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8CBB

Black with #CB8CBB

Text Example


Text Example

White with #CB8CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8CBB; }

 p { color: rgb(203,140,187); }

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

background-color css

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

 a { background-color: rgb(203,140,187); }

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

border-color css

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

 span { border-color: rgb(203,140,187); }

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