Html Css Color HEX #CC7CB6 Lily

📋 copy color: '#CC7CB6'

red 204 ◦ green 124 ◦ blue 182

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

Shades of Lily #CC7CB6

Tints of Lily #CC7CB6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.31%

 BLUE value IS 182 (71.48% from 255) = 35.69%

R = 40%
G = 24.31%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC7CB6 (or 0xCC7CB6) is known color: Lily. HEX triplet: CC, 7C and B6. RGB value is (204,124,182). Sum of RGB (Red+Green+Blue) = 204+124+182=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CB6 is #338349. Grayscale: #9A9A9A. Windows color (decimal): -3375946 or 11959500. OLE color: 11959500.

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

Color convert

RGB 204 124 182 -
CMYK 0 0.39 0.11 0.2
HSL 316.5º 0.44% 0.64% -
HSV(B) 316.5º 0.39% 0.8% -
XYZ 40.55 30.63 48.03 -
YUV 154.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 204 124 182 0 0.39 0.11 0.2 316.5 0.44 0.64
Hex CC 7C B6 0 27 B 14 13C 2C 40
Octal 314 174 266 0 47 13 24 474 54 100
Binary 11001100 1111100 10110110 0 100111 1011 10100 100111100 101100 1000000

Color Harmonies of #CC7CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CB6

Black with #CC7CB6

Text Example


Text Example

White with #CC7CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CB6; }

 p { color: rgb(204,124,182); }

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

background-color css

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

 a { background-color: rgb(204,124,182); }

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

border-color css

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

 span { border-color: rgb(204,124,182); }

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