Html Css Color HEX #CC8690 Puce

📋 copy color: '#CC8690'

red 204 ◦ green 134 ◦ blue 144

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

Shades of Puce #CC8690

Tints of Puce #CC8690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.8%

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 42.32%
G = 27.8%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC8690 (or 0xCC8690) is known color: Puce. HEX triplet: CC, 86 and 90. RGB value is (204,134,144). Sum of RGB (Red+Green+Blue) = 204+134+144=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8690 is #33796F. Grayscale: #9C9C9C. Windows color (decimal): -3373424 or 9471692. OLE color: 9471692.

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

Color convert

RGB 204 134 144 -
CMYK 0 0.34 0.29 0.2
HSL 351.43º 0.41% 0.66% -
HSV(B) 351.43º 0.34% 0.8% -
XYZ 38.46 31.9 30.52 -
YUV 156.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 204 134 144 0 0.34 0.29 0.2 351.43 0.41 0.66
Hex CC 86 90 0 22 1D 14 15F 29 42
Octal 314 206 220 0 42 35 24 537 51 102
Binary 11001100 10000110 10010000 0 100010 11101 10100 101011111 101001 1000010

Color Harmonies of #CC8690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8690

Black with #CC8690

Text Example


Text Example

White with #CC8690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8690; }

 p { color: rgb(204,134,144); }

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

background-color css

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

 a { background-color: rgb(204,134,144); }

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

border-color css

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

 span { border-color: rgb(204,134,144); }

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