Html Css Color HEX #CC9388 Oriental Pink

📋 copy color: '#CC9388'

red 204 ◦ green 147 ◦ blue 136

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

Shades of Oriental Pink #CC9388

Tints of Oriental Pink #CC9388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.18%

 BLUE value IS 136 (53.52% from 255) = 27.93%

R = 41.89%
G = 30.18%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC9388 (or 0xCC9388) is known color: Oriental Pink. HEX triplet: CC, 93 and 88. RGB value is (204,147,136). Sum of RGB (Red+Green+Blue) = 204+147+136=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9388 is #336C77. Grayscale: #A2A2A2. Windows color (decimal): -3370104 or 8950732. OLE color: 8950732.

HSL color Cylindrical-coordinate representation of color #CC9388: hue angle of 9.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC9388 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 147 136 -
CMYK 0 0.28 0.33 0.2
HSL 9.71º 0.4% 0.67% -
HSV(B) 9.71º 0.33% 0.8% -
XYZ 39.78 35.48 28.04 -
YUV 162.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 204 147 136 0 0.28 0.33 0.2 9.71 0.4 0.67
Hex CC 93 88 0 1C 21 14 A 28 43
Octal 314 223 210 0 34 41 24 12 50 103
Binary 11001100 10010011 10001000 0 11100 100001 10100 1010 101000 1000011

Color Harmonies of #CC9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9388

Black with #CC9388

Text Example


Text Example

White with #CC9388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9388; }

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

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

background-color css

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

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

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

border-color css

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

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

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