Html Css Color HEX #CB8CAE Lily

📋 copy color: '#CB8CAE'

red 203 ◦ green 140 ◦ blue 174

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

Shades of Lily #CB8CAE

Tints of Lily #CB8CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.66%

R = 39.26%
G = 27.08%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB8CAE (or 0xCB8CAE) is known color: Lily. HEX triplet: CB, 8C and AE. RGB value is (203,140,174). Sum of RGB (Red+Green+Blue) = 203+140+174=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8CAE is #347351. Grayscale: #A2A2A2. Windows color (decimal): -3437394 or 11439307. OLE color: 11439307.

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

Color convert

RGB 203 140 174 -
CMYK 0 0.31 0.14 0.20
HSL 327.62º 0.38% 0.67% -
HSV(B) 327.62º 0.31% 0.8% -
XYZ 41.65 34.51 44.51 -
YUV 162.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 203 140 174 0 0.31 0.14 0.20 327.62 0.38 0.67
Hex CB 8C AE 0 1F E 14 148 26 43
Octal 313 214 256 0 37 16 24 510 46 103
Binary 11001011 10001100 10101110 0 11111 1110 10100 101001000 100110 1000011

Color Harmonies of #CB8CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8CAE

Black with #CB8CAE

Text Example


Text Example

White with #CB8CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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