Html Css Color HEX #CF838E Puce

📋 copy color: '#CF838E'

red 207 ◦ green 131 ◦ blue 142

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

Shades of Puce #CF838E

Tints of Puce #CF838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.29%

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

R = 43.13%
G = 27.29%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF838E (or 0xCF838E) is known color: Puce. HEX triplet: CF, 83 and 8E. RGB value is (207,131,142). Sum of RGB (Red+Green+Blue) = 207+131+142=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF838E is #307C71. Grayscale: #9B9B9B. Windows color (decimal): -3177586 or 9339855. OLE color: 9339855.

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

Color convert

RGB 207 131 142 -
CMYK 0 0.37 0.31 0.19
HSL 351.32º 0.44% 0.66% -
HSV(B) 351.32º 0.37% 0.81% -
XYZ 38.73 31.45 29.62 -
YUV 154.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 207 131 142 0 0.37 0.31 0.19 351.32 0.44 0.66
Hex CF 83 8E 0 25 1F 13 15F 2C 42
Octal 317 203 216 0 45 37 23 537 54 102
Binary 11001111 10000011 10001110 0 100101 11111 10011 101011111 101100 1000010

Color Harmonies of #CF838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF838E

Black with #CF838E

Text Example


Text Example

White with #CF838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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