Html Css Color HEX #CF92B2 Lily

📋 copy color: '#CF92B2'

red 207 ◦ green 146 ◦ blue 178

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

Shades of Lily #CF92B2

Tints of Lily #CF92B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 38.98%
G = 27.5%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF92B2 (or 0xCF92B2) is known color: Lily. HEX triplet: CF, 92 and B2. RGB value is (207,146,178). Sum of RGB (Red+Green+Blue) = 207+146+178=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF92B2 is #306D4D. Grayscale: #A7A7A7. Windows color (decimal): -3173710 or 11702991. OLE color: 11702991.

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

Color convert

RGB 207 146 178 -
CMYK 0 0.29 0.14 0.19
HSL 328.52º 0.39% 0.69% -
HSV(B) 328.52º 0.29% 0.81% -
XYZ 44.05 37.04 46.95 -
YUV 167.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 207 146 178 0 0.29 0.14 0.19 328.52 0.39 0.69
Hex CF 92 B2 0 1D E 13 149 27 45
Octal 317 222 262 0 35 16 23 511 47 105
Binary 11001111 10010010 10110010 0 11101 1110 10011 101001001 100111 1000101

Color Harmonies of #CF92B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF92B2

Black with #CF92B2

Text Example


Text Example

White with #CF92B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF92B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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