Html Css Color HEX #CC928F Oriental Pink

📋 copy color: '#CC928F'

red 204 ◦ green 146 ◦ blue 143

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

Shades of Oriental Pink #CC928F

Tints of Oriental Pink #CC928F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.01%

R = 41.38%
G = 29.61%
B = 29.01%

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

#CC928F (or 0xCC928F) is known color: Oriental Pink. HEX triplet: CC, 92 and 8F. RGB value is (204,146,143). Sum of RGB (Red+Green+Blue) = 204+146+143=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC928F is #336D70. Grayscale: #A3A3A3. Windows color (decimal): -3370353 or 9409228. OLE color: 9409228.

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

Color convert

RGB 204 146 143 -
CMYK 0 0.28 0.30 0.2
HSL 2.95º 0.37% 0.68% -
HSV(B) 2.95º 0.3% 0.8% -
XYZ 40.14 35.38 30.7 -
YUV 163 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 204 146 143 0 0.28 0.30 0.2 2.95 0.37 0.68
Hex CC 92 8F 0 1C 1E 14 3 25 44
Octal 314 222 217 0 34 36 24 3 45 104
Binary 11001100 10010010 10001111 0 11100 11110 10100 11 100101 1000100

Color Harmonies of #CC928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC928F

Black with #CC928F

Text Example


Text Example

White with #CC928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC928F; }

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

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

background-color css

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

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

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

border-color css

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

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

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