Html Css Color HEX #CC8689 Puce

📋 copy color: '#CC8689'

red 204 ◦ green 134 ◦ blue 137

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

Shades of Puce #CC8689

Tints of Puce #CC8689

RGB

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

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

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

R = 42.95%
G = 28.21%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC8689 (or 0xCC8689) is known color: Puce. HEX triplet: CC, 86 and 89. RGB value is (204,134,137). Sum of RGB (Red+Green+Blue) = 204+134+137=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8689 is #337976. Grayscale: #9B9B9B. Windows color (decimal): -3373431 or 9012940. OLE color: 9012940.

HSL color Cylindrical-coordinate representation of color #CC8689: hue angle of 357.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 #CC8689 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 137 -
CMYK 0 0.34 0.33 0.2
HSL 357.43º 0.41% 0.66% -
HSV(B) 357.43º 0.34% 0.8% -
XYZ 37.94 31.69 27.78 -
YUV 155.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 204 134 137 0 0.34 0.33 0.2 357.43 0.41 0.66
Hex CC 86 89 0 22 21 14 165 29 42
Octal 314 206 211 0 42 41 24 545 51 102
Binary 11001100 10000110 10001001 0 100010 100001 10100 101100101 101001 1000010

Color Harmonies of #CC8689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8689

Black with #CC8689

Text Example


Text Example

White with #CC8689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8689; }

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

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

background-color css

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

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

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

border-color css

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

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

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