Html Css Color HEX #CC918C Oriental Pink

📋 copy color: '#CC918C'

red 204 ◦ green 145 ◦ blue 140

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

Shades of Oriental Pink #CC918C

Tints of Oriental Pink #CC918C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.65%

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 41.72%
G = 29.65%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC918C (or 0xCC918C) is known color: Oriental Pink. HEX triplet: CC, 91 and 8C. RGB value is (204,145,140). Sum of RGB (Red+Green+Blue) = 204+145+140=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC918C is #336E73. Grayscale: #A2A2A2. Windows color (decimal): -3370612 or 9212364. OLE color: 9212364.

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

Color convert

RGB 204 145 140 -
CMYK 0 0.29 0.31 0.2
HSL 4.69º 0.39% 0.67% -
HSV(B) 4.69º 0.31% 0.8% -
XYZ 39.76 34.98 29.47 -
YUV 162.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 204 145 140 0 0.29 0.31 0.2 4.69 0.39 0.67
Hex CC 91 8C 0 1D 1F 14 5 27 43
Octal 314 221 214 0 35 37 24 5 47 103
Binary 11001100 10010001 10001100 0 11101 11111 10100 101 100111 1000011

Color Harmonies of #CC918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC918C

Black with #CC918C

Text Example


Text Example

White with #CC918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC918C; }

 p { color: rgb(204,145,140); }

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

background-color css

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

 a { background-color: rgb(204,145,140); }

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

border-color css

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

 span { border-color: rgb(204,145,140); }

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