Html Css Color HEX #CF8594 Puce

📋 copy color: '#CF8594'

red 207 ◦ green 133 ◦ blue 148

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

Shades of Puce #CF8594

Tints of Puce #CF8594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.25%

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 42.42%
G = 27.25%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF8594 (or 0xCF8594) is known color: Puce. HEX triplet: CF, 85 and 94. RGB value is (207,133,148). Sum of RGB (Red+Green+Blue) = 207+133+148=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8594 is #307A6B. Grayscale: #9C9C9C. Windows color (decimal): -3177068 or 9733583. OLE color: 9733583.

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

Color convert

RGB 207 133 148 -
CMYK 0 0.36 0.29 0.19
HSL 347.84º 0.44% 0.67% -
HSV(B) 347.84º 0.36% 0.81% -
XYZ 39.46 32.18 32.15 -
YUV 156.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 207 133 148 0 0.36 0.29 0.19 347.84 0.44 0.67
Hex CF 85 94 0 24 1D 13 15C 2C 43
Octal 317 205 224 0 44 35 23 534 54 103
Binary 11001111 10000101 10010100 0 100100 11101 10011 101011100 101100 1000011

Color Harmonies of #CF8594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8594

Black with #CF8594

Text Example


Text Example

White with #CF8594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8594; }

 p { color: rgb(207,133,148); }

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

background-color css

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

 a { background-color: rgb(207,133,148); }

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

border-color css

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

 span { border-color: rgb(207,133,148); }

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