Html Css Color HEX #CC8886 Oriental Pink

📋 copy color: '#CC8886'

red 204 ◦ green 136 ◦ blue 134

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

Shades of Oriental Pink #CC8886

Tints of Oriental Pink #CC8886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.69%

 BLUE value IS 134 (52.73% from 255) = 28.27%

R = 43.04%
G = 28.69%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC8886 (or 0xCC8886) is known color: Oriental Pink. HEX triplet: CC, 88 and 86. RGB value is (204,136,134). Sum of RGB (Red+Green+Blue) = 204+136+134=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8886 is #337779. Grayscale: #9C9C9C. Windows color (decimal): -3372922 or 8816844. OLE color: 8816844.

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

Color convert

RGB 204 136 134 -
CMYK 0 0.33 0.34 0.2
HSL 1.71º 0.41% 0.66% -
HSV(B) 1.71º 0.34% 0.8% -
XYZ 38.01 32.17 26.76 -
YUV 156.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 204 136 134 0 0.33 0.34 0.2 1.71 0.41 0.66
Hex CC 88 86 0 21 22 14 2 29 42
Octal 314 210 206 0 41 42 24 2 51 102
Binary 11001100 10001000 10000110 0 100001 100010 10100 10 101001 1000010

Color Harmonies of #CC8886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8886

Black with #CC8886

Text Example


Text Example

White with #CC8886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8886; }

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

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

background-color css

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

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

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

border-color css

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

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

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