Html Css Color HEX #CC9389 Oriental Pink

📋 copy color: '#CC9389'

red 204 ◦ green 147 ◦ blue 137

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

Shades of Oriental Pink #CC9389

Tints of Oriental Pink #CC9389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.07%

R = 41.8%
G = 30.12%
B = 28.07%

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

#CC9389 (or 0xCC9389) is known color: Oriental Pink. HEX triplet: CC, 93 and 89. RGB value is (204,147,137). Sum of RGB (Red+Green+Blue) = 204+147+137=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9389 is #336C76. Grayscale: #A2A2A2. Windows color (decimal): -3370103 or 9016268. OLE color: 9016268.

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

Color convert

RGB 204 147 137 -
CMYK 0 0.28 0.33 0.2
HSL 8.96º 0.4% 0.67% -
HSV(B) 8.96º 0.33% 0.8% -
XYZ 39.85 35.51 28.42 -
YUV 162.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 204 147 137 0 0.28 0.33 0.2 8.96 0.4 0.67
Hex CC 93 89 0 1C 21 14 9 28 43
Octal 314 223 211 0 34 41 24 11 50 103
Binary 11001100 10010011 10001001 0 11100 100001 10100 1001 101000 1000011

Color Harmonies of #CC9389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9389

Black with #CC9389

Text Example


Text Example

White with #CC9389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9389; }

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

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

background-color css

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

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

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

border-color css

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

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

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