Html Css Color HEX #CE7FAB Puce

📋 copy color: '#CE7FAB'

red 206 ◦ green 127 ◦ blue 171

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

Shades of Puce #CE7FAB

Tints of Puce #CE7FAB

RGB

 RED value IS 206 (80.86% from 255) = 40.87%

 GREEN value IS 127 (50% from 255) = 25.2%

 BLUE value IS 171 (67.19% from 255) = 33.93%

R = 40.87%
G = 25.2%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE7FAB (or 0xCE7FAB) is known color: Puce. HEX triplet: CE, 7F and AB. RGB value is (206,127,171). Sum of RGB (Red+Green+Blue) = 206+127+171=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7FAB is #318054. Grayscale: #9B9B9B. Windows color (decimal): -3244117 or 11239374. OLE color: 11239374.

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

Color convert

RGB 206 127 171 -
CMYK 0 0.38 0.17 0.19
HSL 326.58º 0.45% 0.65% -
HSV(B) 326.58º 0.38% 0.81% -
XYZ 40.39 31.24 42.43 -
YUV 155.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 206 127 171 0 0.38 0.17 0.19 326.58 0.45 0.65
Hex CE 7F AB 0 26 11 13 147 2D 41
Octal 316 177 253 0 46 21 23 507 55 101
Binary 11001110 1111111 10101011 0 100110 10001 10011 101000111 101101 1000001

Color Harmonies of #CE7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FAB

Black with #CE7FAB

Text Example


Text Example

White with #CE7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FAB; }

 p { color: rgb(206,127,171); }

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

background-color css

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

 a { background-color: rgb(206,127,171); }

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

border-color css

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

 span { border-color: rgb(206,127,171); }

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