Html Css Color HEX #C8928D Oriental Pink

📋 copy color: '#C8928D'

red 200 ◦ green 146 ◦ blue 141

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

Shades of Oriental Pink #C8928D

Tints of Oriental Pink #C8928D

RGB

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

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

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

R = 41.07%
G = 29.98%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8928D (or 0xC8928D) is known color: Oriental Pink. HEX triplet: C8, 92 and 8D. RGB value is (200,146,141). Sum of RGB (Red+Green+Blue) = 200+146+141=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8928D is #376D72. Grayscale: #A1A1A1. Windows color (decimal): -3632499 or 9278152. OLE color: 9278152.

HSL color Cylindrical-coordinate representation of color #C8928D: hue angle of 5.08º 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 #C8928D is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 141 -
CMYK 0 0.27 0.29 0.22
HSL 5.08º 0.35% 0.67% -
HSV(B) 5.08º 0.3% 0.78% -
XYZ 38.91 34.76 29.86 -
YUV 161.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 200 146 141 0 0.27 0.29 0.22 5.08 0.35 0.67
Hex C8 92 8D 0 1B 1D 16 5 23 43
Octal 310 222 215 0 33 35 26 5 43 103
Binary 11001000 10010010 10001101 0 11011 11101 10110 101 100011 1000011

Color Harmonies of #C8928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8928D

Black with #C8928D

Text Example


Text Example

White with #C8928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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