Html Css Color HEX #C8928C Oriental Pink

📋 copy color: '#C8928C'

red 200 ◦ green 146 ◦ blue 140

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

Shades of Oriental Pink #C8928C

Tints of Oriental Pink #C8928C

RGB

 RED value IS 200 (78.52% from 255) = 41.15%

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

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

R = 41.15%
G = 30.04%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8928C (or 0xC8928C) is known color: Oriental Pink. HEX triplet: C8, 92 and 8C. RGB value is (200,146,140). Sum of RGB (Red+Green+Blue) = 200+146+140=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8928C is #376D73. Grayscale: #A1A1A1. Windows color (decimal): -3632500 or 9212616. OLE color: 9212616.

HSL color Cylindrical-coordinate representation of color #C8928C: hue angle of 6º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8928C is Cyan = 0, Magento = 0.27, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 140 -
CMYK 0 0.27 0.3 0.22
HSL 0.35% 0.67% -
HSV(B) 0.3% 0.78% -
XYZ 38.83 34.73 29.47 -
YUV 161.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 200 146 140 0 0.27 0.3 0.22 6 0.35 0.67
Hex C8 92 8C 0 1B 1E 16 6 23 43
Octal 310 222 214 0 33 36 26 6 43 103
Binary 11001000 10010010 10001100 0 11011 11110 10110 110 100011 1000011

Color Harmonies of #C8928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8928C

Black with #C8928C

Text Example


Text Example

White with #C8928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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