Html Css Color HEX #CC8591 Puce

📋 copy color: '#CC8591'

red 204 ◦ green 133 ◦ blue 145

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

Shades of Puce #CC8591

Tints of Puce #CC8591

RGB

 RED value IS 204 (80.08% from 255) = 42.32%

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

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 42.32%
G = 27.59%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC8591 (or 0xCC8591) is known color: Puce. HEX triplet: CC, 85 and 91. RGB value is (204,133,145). Sum of RGB (Red+Green+Blue) = 204+133+145=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8591 is #337A6E. Grayscale: #9B9B9B. Windows color (decimal): -3373679 or 9536972. OLE color: 9536972.

HSL color Cylindrical-coordinate representation of color #CC8591: hue angle of 349.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8591 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 133 145 -
CMYK 0 0.35 0.29 0.2
HSL 349.86º 0.41% 0.66% -
HSV(B) 349.86º 0.35% 0.8% -
XYZ 38.4 31.66 30.87 -
YUV 155.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 204 133 145 0 0.35 0.29 0.2 349.86 0.41 0.66
Hex CC 85 91 0 23 1D 14 15E 29 42
Octal 314 205 221 0 43 35 24 536 51 102
Binary 11001100 10000101 10010001 0 100011 11101 10100 101011110 101001 1000010

Color Harmonies of #CC8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8591

Black with #CC8591

Text Example


Text Example

White with #CC8591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8591; }

 p { color: rgb(204,133,145); }

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

background-color css

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

 a { background-color: rgb(204,133,145); }

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

border-color css

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

 span { border-color: rgb(204,133,145); }

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