Html Css Color HEX #CF92B5 Lily

📋 copy color: '#CF92B5'

red 207 ◦ green 146 ◦ blue 181

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

Shades of Lily #CF92B5

Tints of Lily #CF92B5

RGB

 RED value IS 207 (81.25% from 255) = 38.76%

 GREEN value IS 146 (57.42% from 255) = 27.34%

 BLUE value IS 181 (71.09% from 255) = 33.9%

R = 38.76%
G = 27.34%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF92B5 (or 0xCF92B5) is known color: Lily. HEX triplet: CF, 92 and B5. RGB value is (207,146,181). Sum of RGB (Red+Green+Blue) = 207+146+181=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92B5 is #306D4A. Grayscale: #A8A8A8. Windows color (decimal): -3173707 or 11899599. OLE color: 11899599.

HSL color Cylindrical-coordinate representation of color #CF92B5: hue angle of 325.57º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF92B5 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 146 181 -
CMYK 0 0.29 0.13 0.19
HSL 325.57º 0.39% 0.69% -
HSV(B) 325.57º 0.29% 0.81% -
XYZ 44.35 37.16 48.55 -
YUV 168.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 207 146 181 0 0.29 0.13 0.19 325.57 0.39 0.69
Hex CF 92 B5 0 1D D 13 146 27 45
Octal 317 222 265 0 35 15 23 506 47 105
Binary 11001111 10010010 10110101 0 11101 1101 10011 101000110 100111 1000101

Color Harmonies of #CF92B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF92B5

Black with #CF92B5

Text Example


Text Example

White with #CF92B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF92B5; }

 p { color: rgb(207,146,181); }

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

background-color css

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

 a { background-color: rgb(207,146,181); }

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

border-color css

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

 span { border-color: rgb(207,146,181); }

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