Html Css Color HEX #CF7AB4 Lily

📋 copy color: '#CF7AB4'

red 207 ◦ green 122 ◦ blue 180

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

Shades of Lily #CF7AB4

Tints of Lily #CF7AB4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.97%

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

R = 40.67%
G = 23.97%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF7AB4 (or 0xCF7AB4) is known color: Lily. HEX triplet: CF, 7A and B4. RGB value is (207,122,180). Sum of RGB (Red+Green+Blue) = 207+122+180=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7AB4 is #30854B. Grayscale: #999999. Windows color (decimal): -3179852 or 11827919. OLE color: 11827919.

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

Color convert

RGB 207 122 180 -
CMYK 0 0.41 0.13 0.19
HSL 319.06º 0.47% 0.65% -
HSV(B) 319.06º 0.41% 0.81% -
XYZ 40.93 30.48 46.91 -
YUV 154.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 207 122 180 0 0.41 0.13 0.19 319.06 0.47 0.65
Hex CF 7A B4 0 29 D 13 13F 2F 41
Octal 317 172 264 0 51 15 23 477 57 101
Binary 11001111 1111010 10110100 0 101001 1101 10011 100111111 101111 1000001

Color Harmonies of #CF7AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7AB4

Black with #CF7AB4

Text Example


Text Example

White with #CF7AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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