Html Css Color HEX #CB82AF Lily

📋 copy color: '#CB82AF'

red 203 ◦ green 130 ◦ blue 175

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

Shades of Lily #CB82AF

Tints of Lily #CB82AF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.59%

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

R = 39.96%
G = 25.59%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB82AF (or 0xCB82AF) is known color: Lily. HEX triplet: CB, 82 and AF. RGB value is (203,130,175). Sum of RGB (Red+Green+Blue) = 203+130+175=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82AF is #347D50. Grayscale: #9C9C9C. Windows color (decimal): -3439953 or 11502283. OLE color: 11502283.

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

Color convert

RGB 203 130 175 -
CMYK 0 0.36 0.14 0.20
HSL 323.01º 0.41% 0.65% -
HSV(B) 323.01º 0.36% 0.8% -
XYZ 40.35 31.76 44.56 -
YUV 156.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 203 130 175 0 0.36 0.14 0.20 323.01 0.41 0.65
Hex CB 82 AF 0 24 E 14 143 29 41
Octal 313 202 257 0 44 16 24 503 51 101
Binary 11001011 10000010 10101111 0 100100 1110 10100 101000011 101001 1000001

Color Harmonies of #CB82AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB82AF

Black with #CB82AF

Text Example


Text Example

White with #CB82AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB82AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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