Html Css Color HEX #CF8789 Puce

📋 copy color: '#CF8789'

red 207 ◦ green 135 ◦ blue 137

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

Shades of Puce #CF8789

Tints of Puce #CF8789

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.18%

 BLUE value IS 137 (53.91% from 255) = 28.6%

R = 43.22%
G = 28.18%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF8789 (or 0xCF8789) is known color: Puce. HEX triplet: CF, 87 and 89. RGB value is (207,135,137). Sum of RGB (Red+Green+Blue) = 207+135+137=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8789 is #307876. Grayscale: #9C9C9C. Windows color (decimal): -3176567 or 9013199. OLE color: 9013199.

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

Color convert

RGB 207 135 137 -
CMYK 0 0.35 0.34 0.19
HSL 358.33º 0.43% 0.67% -
HSV(B) 358.33º 0.35% 0.81% -
XYZ 38.91 32.4 27.87 -
YUV 156.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 207 135 137 0 0.35 0.34 0.19 358.33 0.43 0.67
Hex CF 87 89 0 23 22 13 166 2B 43
Octal 317 207 211 0 43 42 23 546 53 103
Binary 11001111 10000111 10001001 0 100011 100010 10011 101100110 101011 1000011

Color Harmonies of #CF8789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8789

Black with #CF8789

Text Example


Text Example

White with #CF8789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8789; }

 p { color: rgb(207,135,137); }

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

background-color css

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

 a { background-color: rgb(207,135,137); }

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

border-color css

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

 span { border-color: rgb(207,135,137); }

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