Html Css Color HEX #CC908E Oriental Pink

📋 copy color: '#CC908E'

red 204 ◦ green 144 ◦ blue 142

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

Shades of Oriental Pink #CC908E

Tints of Oriental Pink #CC908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.39%

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

R = 41.63%
G = 29.39%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC908E (or 0xCC908E) is known color: Oriental Pink. HEX triplet: CC, 90 and 8E. RGB value is (204,144,142). Sum of RGB (Red+Green+Blue) = 204+144+142=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC908E is #336F71. Grayscale: #A1A1A1. Windows color (decimal): -3370866 or 9343180. OLE color: 9343180.

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

Color convert

RGB 204 144 142 -
CMYK 0 0.29 0.30 0.2
HSL 1.94º 0.38% 0.68% -
HSV(B) 1.94º 0.3% 0.8% -
XYZ 39.76 34.74 30.2 -
YUV 161.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 204 144 142 0 0.29 0.30 0.2 1.94 0.38 0.68
Hex CC 90 8E 0 1D 1E 14 2 26 44
Octal 314 220 216 0 35 36 24 2 46 104
Binary 11001100 10010000 10001110 0 11101 11110 10100 10 100110 1000100

Color Harmonies of #CC908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC908E

Black with #CC908E

Text Example


Text Example

White with #CC908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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