Html Css Color HEX #CC8CBB Lily

📋 copy color: '#CC8CBB'

red 204 ◦ green 140 ◦ blue 187

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

Shades of Lily #CC8CBB

Tints of Lily #CC8CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.22%

R = 38.42%
G = 26.37%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC8CBB (or 0xCC8CBB) is known color: Lily. HEX triplet: CC, 8C and BB. RGB value is (204,140,187). Sum of RGB (Red+Green+Blue) = 204+140+187=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CBB is #337344. Grayscale: #A4A4A4. Windows color (decimal): -3371845 or 12291276. OLE color: 12291276.

HSL color Cylindrical-coordinate representation of color #CC8CBB: hue angle of 315.94º 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 #CC8CBB is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 187 -
CMYK 0 0.31 0.08 0.2
HSL 315.94º 0.39% 0.67% -
HSV(B) 315.94º 0.31% 0.8% -
XYZ 43.25 35.18 51.52 -
YUV 164.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 204 140 187 0 0.31 0.08 0.2 315.94 0.39 0.67
Hex CC 8C BB 0 1F 8 14 13C 27 43
Octal 314 214 273 0 37 10 24 474 47 103
Binary 11001100 10001100 10111011 0 11111 1000 10100 100111100 100111 1000011

Color Harmonies of #CC8CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CBB

Black with #CC8CBB

Text Example


Text Example

White with #CC8CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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