Html Css Color HEX #CC8693 Puce

📋 copy color: '#CC8693'

red 204 ◦ green 134 ◦ blue 147

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

Shades of Puce #CC8693

Tints of Puce #CC8693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.31%

R = 42.06%
G = 27.63%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC8693 (or 0xCC8693) is known color: Puce. HEX triplet: CC, 86 and 93. RGB value is (204,134,147). Sum of RGB (Red+Green+Blue) = 204+134+147=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8693 is #33796C. Grayscale: #9C9C9C. Windows color (decimal): -3373421 or 9668300. OLE color: 9668300.

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

Color convert

RGB 204 134 147 -
CMYK 0 0.34 0.28 0.2
HSL 348.86º 0.41% 0.66% -
HSV(B) 348.86º 0.34% 0.8% -
XYZ 38.69 31.99 31.74 -
YUV 156.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 204 134 147 0 0.34 0.28 0.2 348.86 0.41 0.66
Hex CC 86 93 0 22 1C 14 15D 29 42
Octal 314 206 223 0 42 34 24 535 51 102
Binary 11001100 10000110 10010011 0 100010 11100 10100 101011101 101001 1000010

Color Harmonies of #CC8693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8693

Black with #CC8693

Text Example


Text Example

White with #CC8693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8693; }

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

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

background-color css

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

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

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

border-color css

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

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

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