Html Css Color HEX #CC928D Oriental Pink

📋 copy color: '#CC928D'

red 204 ◦ green 146 ◦ blue 141

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

Shades of Oriental Pink #CC928D

Tints of Oriental Pink #CC928D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 41.55%
G = 29.74%
B = 28.72%

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

#CC928D (or 0xCC928D) is known color: Oriental Pink. HEX triplet: CC, 92 and 8D. RGB value is (204,146,141). Sum of RGB (Red+Green+Blue) = 204+146+141=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC928D is #336D72. Grayscale: #A2A2A2. Windows color (decimal): -3370355 or 9278156. OLE color: 9278156.

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

Color convert

RGB 204 146 141 -
CMYK 0 0.28 0.31 0.2
HSL 4.76º 0.38% 0.68% -
HSV(B) 4.76º 0.31% 0.8% -
XYZ 39.99 35.32 29.91 -
YUV 162.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 204 146 141 0 0.28 0.31 0.2 4.76 0.38 0.68
Hex CC 92 8D 0 1C 1F 14 5 26 44
Octal 314 222 215 0 34 37 24 5 46 104
Binary 11001100 10010010 10001101 0 11100 11111 10100 101 100110 1000100

Color Harmonies of #CC928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC928D

Black with #CC928D

Text Example


Text Example

White with #CC928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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