Html Css Color HEX #CC8CB0 Lily

📋 copy color: '#CC8CB0'

red 204 ◦ green 140 ◦ blue 176

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

Shades of Lily #CC8CB0

Tints of Lily #CC8CB0

RGB

 RED value IS 204 (80.08% from 255) = 39.23%

 GREEN value IS 140 (55.08% from 255) = 26.92%

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 39.23%
G = 26.92%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC8CB0 (or 0xCC8CB0) is known color: Lily. HEX triplet: CC, 8C and B0. RGB value is (204,140,176). Sum of RGB (Red+Green+Blue) = 204+140+176=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8CB0 is #33734F. Grayscale: #A3A3A3. Windows color (decimal): -3371856 or 11570380. OLE color: 11570380.

HSL color Cylindrical-coordinate representation of color #CC8CB0: hue angle of 326.25º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8CB0 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 176 -
CMYK 0 0.31 0.14 0.2
HSL 326.25º 0.39% 0.67% -
HSV(B) 326.25º 0.31% 0.8% -
XYZ 42.12 34.73 45.56 -
YUV 163.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 204 140 176 0 0.31 0.14 0.2 326.25 0.39 0.67
Hex CC 8C B0 0 1F E 14 146 27 43
Octal 314 214 260 0 37 16 24 506 47 103
Binary 11001100 10001100 10110000 0 11111 1110 10100 101000110 100111 1000011

Color Harmonies of #CC8CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CB0

Black with #CC8CB0

Text Example


Text Example

White with #CC8CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CB0; }

 p { color: rgb(204,140,176); }

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

background-color css

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

 a { background-color: rgb(204,140,176); }

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

border-color css

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

 span { border-color: rgb(204,140,176); }

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