Html Css Color HEX #CE7FA5 Puce

📋 copy color: '#CE7FA5'

red 206 ◦ green 127 ◦ blue 165

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

Shades of Puce #CE7FA5

Tints of Puce #CE7FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.13%

R = 41.37%
G = 25.5%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE7FA5 (or 0xCE7FA5) is known color: Puce. HEX triplet: CE, 7F and A5. RGB value is (206,127,165). Sum of RGB (Red+Green+Blue) = 206+127+165=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7FA5 is #31805A. Grayscale: #9A9A9A. Windows color (decimal): -3244123 or 10846158. OLE color: 10846158.

HSL color Cylindrical-coordinate representation of color #CE7FA5: hue angle of 331.14º 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 #CE7FA5 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 127 165 -
CMYK 0 0.38 0.20 0.19
HSL 331.14º 0.45% 0.65% -
HSV(B) 331.14º 0.38% 0.81% -
XYZ 39.83 31.02 39.48 -
YUV 154.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 206 127 165 0 0.38 0.20 0.19 331.14 0.45 0.65
Hex CE 7F A5 0 26 14 13 14B 2D 41
Octal 316 177 245 0 46 24 23 513 55 101
Binary 11001110 1111111 10100101 0 100110 10100 10011 101001011 101101 1000001

Color Harmonies of #CE7FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FA5

Black with #CE7FA5

Text Example


Text Example

White with #CE7FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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