Html Css Color HEX #CE7B97 Puce

📋 copy color: '#CE7B97'

red 206 ◦ green 123 ◦ blue 151

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

Shades of Puce #CE7B97

Tints of Puce #CE7B97

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.63%

 BLUE value IS 151 (59.38% from 255) = 31.46%

R = 42.92%
G = 25.63%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE7B97 (or 0xCE7B97) is known color: Puce. HEX triplet: CE, 7B and 97. RGB value is (206,123,151). Sum of RGB (Red+Green+Blue) = 206+123+151=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7B97 is #318468. Grayscale: #969696. Windows color (decimal): -3245161 or 9927630. OLE color: 9927630.

HSL color Cylindrical-coordinate representation of color #CE7B97: hue angle of 339.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7B97 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 151 -
CMYK 0 0.40 0.27 0.19
HSL 339.76º 0.46% 0.65% -
HSV(B) 339.76º 0.4% 0.81% -
XYZ 38.12 29.52 32.97 -
YUV 151.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 206 123 151 0 0.40 0.27 0.19 339.76 0.46 0.65
Hex CE 7B 97 0 28 1B 13 154 2E 41
Octal 316 173 227 0 50 33 23 524 56 101
Binary 11001110 1111011 10010111 0 101000 11011 10011 101010100 101110 1000001

Color Harmonies of #CE7B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B97

Black with #CE7B97

Text Example


Text Example

White with #CE7B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B97; }

 p { color: rgb(206,123,151); }

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

background-color css

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

 a { background-color: rgb(206,123,151); }

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

border-color css

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

 span { border-color: rgb(206,123,151); }

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