Html Css Color HEX #C8928F Oriental Pink

📋 copy color: '#C8928F'

red 200 ◦ green 146 ◦ blue 143

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

Shades of Oriental Pink #C8928F

Tints of Oriental Pink #C8928F

RGB

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

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

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

R = 40.9%
G = 29.86%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8928F (or 0xC8928F) is known color: Oriental Pink. HEX triplet: C8, 92 and 8F. RGB value is (200,146,143). Sum of RGB (Red+Green+Blue) = 200+146+143=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8928F is #376D70. Grayscale: #A1A1A1. Windows color (decimal): -3632497 or 9409224. OLE color: 9409224.

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

Color convert

RGB 200 146 143 -
CMYK 0 0.27 0.28 0.22
HSL 3.16º 0.34% 0.67% -
HSV(B) 3.16º 0.29% 0.78% -
XYZ 39.06 34.82 30.65 -
YUV 161.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 200 146 143 0 0.27 0.28 0.22 3.16 0.34 0.67
Hex C8 92 8F 0 1B 1C 16 3 22 43
Octal 310 222 217 0 33 34 26 3 42 103
Binary 11001000 10010010 10001111 0 11011 11100 10110 11 100010 1000011

Color Harmonies of #C8928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8928F

Black with #C8928F

Text Example


Text Example

White with #C8928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8928F; }

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

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

background-color css

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

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

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

border-color css

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

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

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