Html Css Color HEX #CB8CB8 Lily

📋 copy color: '#CB8CB8'

red 203 ◦ green 140 ◦ blue 184

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

Shades of Lily #CB8CB8

Tints of Lily #CB8CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.91%

R = 38.52%
G = 26.57%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB8CB8 (or 0xCB8CB8) is known color: Lily. HEX triplet: CB, 8C and B8. RGB value is (203,140,184). Sum of RGB (Red+Green+Blue) = 203+140+184=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CB8 is #347347. Grayscale: #A3A3A3. Windows color (decimal): -3437384 or 12094667. OLE color: 12094667.

HSL color Cylindrical-coordinate representation of color #CB8CB8: hue angle of 318.1º 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 #CB8CB8 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 140 184 -
CMYK 0 0.31 0.09 0.20
HSL 318.1º 0.38% 0.67% -
HSV(B) 318.1º 0.31% 0.8% -
XYZ 42.66 34.91 49.84 -
YUV 163.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 203 140 184 0 0.31 0.09 0.20 318.1 0.38 0.67
Hex CB 8C B8 0 1F 9 14 13E 26 43
Octal 313 214 270 0 37 11 24 476 46 103
Binary 11001011 10001100 10111000 0 11111 1001 10100 100111110 100110 1000011

Color Harmonies of #CB8CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8CB8

Black with #CB8CB8

Text Example


Text Example

White with #CB8CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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