Html Css Color HEX #CC8986 Oriental Pink

📋 copy color: '#CC8986'

red 204 ◦ green 137 ◦ blue 134

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

Shades of Oriental Pink #CC8986

Tints of Oriental Pink #CC8986

RGB

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

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

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

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

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

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

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

Color convert

RGB 204 137 134 -
CMYK 0 0.33 0.34 0.2
HSL 2.57º 0.41% 0.66% -
HSV(B) 2.57º 0.34% 0.8% -
XYZ 38.15 32.45 26.81 -
YUV 156.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 204 137 134 0 0.33 0.34 0.2 2.57 0.41 0.66
Hex CC 89 86 0 21 22 14 3 29 42
Octal 314 211 206 0 41 42 24 3 51 102
Binary 11001100 10001001 10000110 0 100001 100010 10100 11 101001 1000010

Color Harmonies of #CC8986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8986

Black with #CC8986

Text Example


Text Example

White with #CC8986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8986; }

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

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

background-color css

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

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

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

border-color css

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

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

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