Html Css Color HEX #CF818F Puce

📋 copy color: '#CF818F'

red 207 ◦ green 129 ◦ blue 143

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

Shades of Puce #CF818F

Tints of Puce #CF818F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.85%

R = 43.22%
G = 26.93%
B = 29.85%

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

#CF818F (or 0xCF818F) is known color: Puce. HEX triplet: CF, 81 and 8F. RGB value is (207,129,143). Sum of RGB (Red+Green+Blue) = 207+129+143=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF818F is #307E70. Grayscale: #999999. Windows color (decimal): -3178097 or 9404879. OLE color: 9404879.

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

Color convert

RGB 207 129 143 -
CMYK 0 0.38 0.31 0.19
HSL 349.23º 0.45% 0.66% -
HSV(B) 349.23º 0.38% 0.81% -
XYZ 38.54 30.95 29.93 -
YUV 153.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 207 129 143 0 0.38 0.31 0.19 349.23 0.45 0.66
Hex CF 81 8F 0 26 1F 13 15D 2D 42
Octal 317 201 217 0 46 37 23 535 55 102
Binary 11001111 10000001 10001111 0 100110 11111 10011 101011101 101101 1000010

Color Harmonies of #CF818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF818F

Black with #CF818F

Text Example


Text Example

White with #CF818F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF818F; }

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

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

background-color css

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

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

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

border-color css

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

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

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