Html Css Color HEX #CC8C9A Puce

📋 copy color: '#CC8C9A'

red 204 ◦ green 140 ◦ blue 154

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

Shades of Puce #CC8C9A

Tints of Puce #CC8C9A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.11%

 BLUE value IS 154 (60.55% from 255) = 30.92%

R = 40.96%
G = 28.11%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC8C9A (or 0xCC8C9A) is known color: Puce. HEX triplet: CC, 8C and 9A. RGB value is (204,140,154). Sum of RGB (Red+Green+Blue) = 204+140+154=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8C9A is #337365. Grayscale: #A0A0A0. Windows color (decimal): -3371878 or 10128588. OLE color: 10128588.

HSL color Cylindrical-coordinate representation of color #CC8C9A: hue angle of 346.88º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8C9A is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 154 -
CMYK 0 0.31 0.25 0.2
HSL 346.88º 0.39% 0.67% -
HSV(B) 346.88º 0.31% 0.8% -
XYZ 40.11 33.93 35.01 -
YUV 160.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 204 140 154 0 0.31 0.25 0.2 346.88 0.39 0.67
Hex CC 8C 9A 0 1F 19 14 15B 27 43
Octal 314 214 232 0 37 31 24 533 47 103
Binary 11001100 10001100 10011010 0 11111 11001 10100 101011011 100111 1000011

Color Harmonies of #CC8C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C9A

Black with #CC8C9A

Text Example


Text Example

White with #CC8C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C9A; }

 p { color: rgb(204,140,154); }

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

background-color css

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

 a { background-color: rgb(204,140,154); }

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

border-color css

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

 span { border-color: rgb(204,140,154); }

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