Html Css Color HEX #CC938E Oriental Pink

📋 copy color: '#CC938E'

red 204 ◦ green 147 ◦ blue 142

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

Shades of Oriental Pink #CC938E

Tints of Oriental Pink #CC938E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.8%

R = 41.38%
G = 29.82%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC938E (or 0xCC938E) is known color: Oriental Pink. HEX triplet: CC, 93 and 8E. RGB value is (204,147,142). Sum of RGB (Red+Green+Blue) = 204+147+142=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC938E is #336C71. Grayscale: #A3A3A3. Windows color (decimal): -3370098 or 9343948. OLE color: 9343948.

HSL color Cylindrical-coordinate representation of color #CC938E: hue angle of 4.84º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC938E is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 147 142 -
CMYK 0 0.28 0.30 0.2
HSL 4.84º 0.38% 0.68% -
HSV(B) 4.84º 0.3% 0.8% -
XYZ 40.22 35.66 30.35 -
YUV 163.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 204 147 142 0 0.28 0.30 0.2 4.84 0.38 0.68
Hex CC 93 8E 0 1C 1E 14 5 26 44
Octal 314 223 216 0 34 36 24 5 46 104
Binary 11001100 10010011 10001110 0 11100 11110 10100 101 100110 1000100

Color Harmonies of #CC938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC938E

Black with #CC938E

Text Example


Text Example

White with #CC938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC938E; }

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

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

background-color css

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

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

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

border-color css

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

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

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