Html Css Color HEX #C883AF Lily

📋 copy color: '#C883AF'

red 200 ◦ green 131 ◦ blue 175

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

Shades of Lily #C883AF

Tints of Lily #C883AF

RGB

 RED value IS 200 (78.52% from 255) = 39.53%

 GREEN value IS 131 (51.56% from 255) = 25.89%

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

R = 39.53%
G = 25.89%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C883AF (or 0xC883AF) is known color: Lily. HEX triplet: C8, 83 and AF. RGB value is (200,131,175). Sum of RGB (Red+Green+Blue) = 200+131+175=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C883AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C883AF is #377C50. Grayscale: #9C9C9C. Windows color (decimal): -3636305 or 11502536. OLE color: 11502536.

HSL color Cylindrical-coordinate representation of color #C883AF: hue angle of 321.74º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C883AF is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 131 175 -
CMYK 0 0.34 0.12 0.22
HSL 321.74º 0.39% 0.65% -
HSV(B) 321.74º 0.35% 0.78% -
XYZ 39.67 31.61 44.57 -
YUV 156.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 200 131 175 0 0.34 0.12 0.22 321.74 0.39 0.65
Hex C8 83 AF 0 22 C 16 142 27 41
Octal 310 203 257 0 42 14 26 502 47 101
Binary 11001000 10000011 10101111 0 100010 1100 10110 101000010 100111 1000001

Color Harmonies of #C883AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883AF

Black with #C883AF

Text Example


Text Example

White with #C883AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883AF; }

 p { color: rgb(200,131,175); }

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

background-color css

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

 a { background-color: rgb(200,131,175); }

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

border-color css

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

 span { border-color: rgb(200,131,175); }

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