Html Css Color HEX #CC8686 Oriental Pink

📋 copy color: '#CC8686'

red 204 ◦ green 134 ◦ blue 134

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

Shades of Oriental Pink #CC8686

Tints of Oriental Pink #CC8686

RGB

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

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

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

R = 43.22%
G = 28.39%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC8686 (or 0xCC8686) is known color: Oriental Pink. HEX triplet: CC, 86 and 86. RGB value is (204,134,134). Sum of RGB (Red+Green+Blue) = 204+134+134=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8686 is #337979. Grayscale: #9B9B9B. Windows color (decimal): -3373434 or 8816332. OLE color: 8816332.

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

Color convert

RGB 204 134 134 -
CMYK 0 0.34 0.34 0.2
HSL 0.41% 0.66% -
HSV(B) 0.34% 0.8% -
XYZ 37.73 31.61 26.67 -
YUV 154.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 204 134 134 0 0.34 0.34 0.2 0 0.41 0.66
Hex CC 86 86 0 22 22 14 0 29 42
Octal 314 206 206 0 42 42 24 0 51 102
Binary 11001100 10000110 10000110 0 100010 100010 10100 0 101001 1000010

Color Harmonies of #CC8686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8686

Black with #CC8686

Text Example


Text Example

White with #CC8686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8686; }

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

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

background-color css

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

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

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

border-color css

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

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

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