Html Css Color HEX #CC928A Oriental Pink

📋 copy color: '#CC928A'

red 204 ◦ green 146 ◦ blue 138

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

Shades of Oriental Pink #CC928A

Tints of Oriental Pink #CC928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 41.8%
G = 29.92%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC928A (or 0xCC928A) is known color: Oriental Pink. HEX triplet: CC, 92 and 8A. RGB value is (204,146,138). Sum of RGB (Red+Green+Blue) = 204+146+138=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC928A is #336D75. Grayscale: #A2A2A2. Windows color (decimal): -3370358 or 9081548. OLE color: 9081548.

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

Color convert

RGB 204 146 138 -
CMYK 0 0.28 0.32 0.2
HSL 7.27º 0.39% 0.67% -
HSV(B) 7.27º 0.32% 0.8% -
XYZ 39.77 35.23 28.75 -
YUV 162.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 204 146 138 0 0.28 0.32 0.2 7.27 0.39 0.67
Hex CC 92 8A 0 1C 20 14 7 27 43
Octal 314 222 212 0 34 40 24 7 47 103
Binary 11001100 10010010 10001010 0 11100 100000 10100 111 100111 1000011

Color Harmonies of #CC928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC928A

Black with #CC928A

Text Example


Text Example

White with #CC928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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