Html Css Color HEX #CE8A8C Puce

📋 copy color: '#CE8A8C'

red 206 ◦ green 138 ◦ blue 140

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

Shades of Puce #CE8A8C

Tints of Puce #CE8A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 42.56%
G = 28.51%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE8A8C (or 0xCE8A8C) is known color: Puce. HEX triplet: CE, 8A and 8C. RGB value is (206,138,140). Sum of RGB (Red+Green+Blue) = 206+138+140=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8A8C is #317573. Grayscale: #9E9E9E. Windows color (decimal): -3241332 or 9210574. OLE color: 9210574.

HSL color Cylindrical-coordinate representation of color #CE8A8C: hue angle of 358.24º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8A8C is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 138 140 -
CMYK 0 0.33 0.32 0.19
HSL 358.24º 0.41% 0.67% -
HSV(B) 358.24º 0.33% 0.81% -
XYZ 39.28 33.19 29.15 -
YUV 158.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 206 138 140 0 0.33 0.32 0.19 358.24 0.41 0.67
Hex CE 8A 8C 0 21 20 13 166 29 43
Octal 316 212 214 0 41 40 23 546 51 103
Binary 11001110 10001010 10001100 0 100001 100000 10011 101100110 101001 1000011

Color Harmonies of #CE8A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A8C

Black with #CE8A8C

Text Example


Text Example

White with #CE8A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A8C; }

 p { color: rgb(206,138,140); }

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

background-color css

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

 a { background-color: rgb(206,138,140); }

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

border-color css

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

 span { border-color: rgb(206,138,140); }

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