Html Css Color HEX #CF818E Puce

📋 copy color: '#CF818E'

red 207 ◦ green 129 ◦ blue 142

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

Shades of Puce #CF818E

Tints of Puce #CF818E

RGB

 RED value IS 207 (81.25% from 255) = 43.31%

 GREEN value IS 129 (50.78% from 255) = 26.99%

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 43.31%
G = 26.99%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF818E (or 0xCF818E) is known color: Puce. HEX triplet: CF, 81 and 8E. RGB value is (207,129,142). Sum of RGB (Red+Green+Blue) = 207+129+142=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF818E is #307E71. Grayscale: #999999. Windows color (decimal): -3178098 or 9339343. OLE color: 9339343.

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

Color convert

RGB 207 129 142 -
CMYK 0 0.38 0.31 0.19
HSL 350º 0.45% 0.66% -
HSV(B) 350º 0.38% 0.81% -
XYZ 38.46 30.92 29.53 -
YUV 153.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 207 129 142 0 0.38 0.31 0.19 350 0.45 0.66
Hex CF 81 8E 0 26 1F 13 15E 2D 42
Octal 317 201 216 0 46 37 23 536 55 102
Binary 11001111 10000001 10001110 0 100110 11111 10011 101011110 101101 1000010

Color Harmonies of #CF818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF818E

Black with #CF818E

Text Example


Text Example

White with #CF818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF818E; }

 p { color: rgb(207,129,142); }

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

background-color css

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

 a { background-color: rgb(207,129,142); }

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

border-color css

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

 span { border-color: rgb(207,129,142); }

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