Html Css Color HEX #CC9286 Oriental Pink

📋 copy color: '#CC9286'

red 204 ◦ green 146 ◦ blue 134

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

Shades of Oriental Pink #CC9286

Tints of Oriental Pink #CC9286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.17%

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

R = 42.15%
G = 30.17%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC9286 (or 0xCC9286) is known color: Oriental Pink. HEX triplet: CC, 92 and 86. RGB value is (204,146,134). Sum of RGB (Red+Green+Blue) = 204+146+134=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9286 is #336D79. Grayscale: #A2A2A2. Windows color (decimal): -3370362 or 8819404. OLE color: 8819404.

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

Color convert

RGB 204 146 134 -
CMYK 0 0.28 0.34 0.2
HSL 10.29º 0.41% 0.66% -
HSV(B) 10.29º 0.34% 0.8% -
XYZ 39.48 35.12 27.25 -
YUV 161.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 204 146 134 0 0.28 0.34 0.2 10.29 0.41 0.66
Hex CC 92 86 0 1C 22 14 A 29 42
Octal 314 222 206 0 34 42 24 12 51 102
Binary 11001100 10010010 10000110 0 11100 100010 10100 1010 101001 1000010

Color Harmonies of #CC9286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9286

Black with #CC9286

Text Example


Text Example

White with #CC9286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9286; }

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

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

background-color css

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

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

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

border-color css

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

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

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