Html Css Color HEX #CF8AB4 Lily

📋 copy color: '#CF8AB4'

red 207 ◦ green 138 ◦ blue 180

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

Shades of Lily #CF8AB4

Tints of Lily #CF8AB4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.29%

 BLUE value IS 180 (70.7% from 255) = 34.29%

R = 39.43%
G = 26.29%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF8AB4 (or 0xCF8AB4) is known color: Lily. HEX triplet: CF, 8A and B4. RGB value is (207,138,180). Sum of RGB (Red+Green+Blue) = 207+138+180=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AB4 is #30754B. Grayscale: #A3A3A3. Windows color (decimal): -3175756 or 11832015. OLE color: 11832015.

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

Color convert

RGB 207 138 180 -
CMYK 0 0.33 0.13 0.19
HSL 323.48º 0.42% 0.68% -
HSV(B) 323.48º 0.33% 0.81% -
XYZ 43.06 34.74 47.62 -
YUV 163.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 207 138 180 0 0.33 0.13 0.19 323.48 0.42 0.68
Hex CF 8A B4 0 21 D 13 143 2A 44
Octal 317 212 264 0 41 15 23 503 52 104
Binary 11001111 10001010 10110100 0 100001 1101 10011 101000011 101010 1000100

Color Harmonies of #CF8AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8AB4

Black with #CF8AB4

Text Example


Text Example

White with #CF8AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8AB4; }

 p { color: rgb(207,138,180); }

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

background-color css

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

 a { background-color: rgb(207,138,180); }

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

border-color css

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

 span { border-color: rgb(207,138,180); }

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