Html Css Color HEX #CB9CAF Lily

📋 copy color: '#CB9CAF'

red 203 ◦ green 156 ◦ blue 175

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

Shades of Lily #CB9CAF

Tints of Lily #CB9CAF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.21%

 BLUE value IS 175 (68.75% from 255) = 32.77%

R = 38.01%
G = 29.21%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB9CAF (or 0xCB9CAF) is known color: Lily. HEX triplet: CB, 9C and AF. RGB value is (203,156,175). Sum of RGB (Red+Green+Blue) = 203+156+175=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9CAF is #346350. Grayscale: #ACACAC. Windows color (decimal): -3433297 or 11508939. OLE color: 11508939.

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

Color convert

RGB 203 156 175 -
CMYK 0 0.23 0.14 0.20
HSL 335.74º 0.31% 0.7% -
HSV(B) 335.74º 0.23% 0.8% -
XYZ 44.25 39.57 45.86 -
YUV 172.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 203 156 175 0 0.23 0.14 0.20 335.74 0.31 0.7
Hex CB 9C AF 0 17 E 14 150 1F 46
Octal 313 234 257 0 27 16 24 520 37 106
Binary 11001011 10011100 10101111 0 10111 1110 10100 101010000 11111 1000110

Color Harmonies of #CB9CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9CAF

Black with #CB9CAF

Text Example


Text Example

White with #CB9CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9CAF; }

 p { color: rgb(203,156,175); }

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

background-color css

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

 a { background-color: rgb(203,156,175); }

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

border-color css

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

 span { border-color: rgb(203,156,175); }

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