Html Css Color HEX #CC928C Oriental Pink

📋 copy color: '#CC928C'

red 204 ◦ green 146 ◦ blue 140

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

Shades of Oriental Pink #CC928C

Tints of Oriental Pink #CC928C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.8%

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

R = 41.63%
G = 29.8%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC928C (or 0xCC928C) is known color: Oriental Pink. HEX triplet: CC, 92 and 8C. RGB value is (204,146,140). Sum of RGB (Red+Green+Blue) = 204+146+140=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC928C is #336D73. Grayscale: #A2A2A2. Windows color (decimal): -3370356 or 9212620. OLE color: 9212620.

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

Color convert

RGB 204 146 140 -
CMYK 0 0.28 0.31 0.2
HSL 5.63º 0.39% 0.67% -
HSV(B) 5.63º 0.31% 0.8% -
XYZ 39.91 35.29 29.52 -
YUV 162.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 204 146 140 0 0.28 0.31 0.2 5.63 0.39 0.67
Hex CC 92 8C 0 1C 1F 14 6 27 43
Octal 314 222 214 0 34 37 24 6 47 103
Binary 11001100 10010010 10001100 0 11100 11111 10100 110 100111 1000011

Color Harmonies of #CC928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC928C

Black with #CC928C

Text Example


Text Example

White with #CC928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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