Html Css Color HEX #C6928B Oriental Pink

📋 copy color: '#C6928B'

red 198 ◦ green 146 ◦ blue 139

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

Shades of Oriental Pink #C6928B

Tints of Oriental Pink #C6928B

RGB

 RED value IS 198 (77.73% from 255) = 40.99%

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

 BLUE value IS 139 (54.69% from 255) = 28.78%

R = 40.99%
G = 30.23%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6928B (or 0xC6928B) is known color: Oriental Pink. HEX triplet: C6, 92 and 8B. RGB value is (198,146,139). Sum of RGB (Red+Green+Blue) = 198+146+139=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C6928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6928B is #396D74. Grayscale: #A0A0A0. Windows color (decimal): -3763573 or 9147078. OLE color: 9147078.

HSL color Cylindrical-coordinate representation of color #C6928B: hue angle of 7.12º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6928B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 139 -
CMYK 0 0.26 0.30 0.22
HSL 7.12º 0.34% 0.66% -
HSV(B) 7.12º 0.3% 0.78% -
XYZ 38.23 34.43 29.06 -
YUV 160.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 198 146 139 0 0.26 0.30 0.22 7.12 0.34 0.66
Hex C6 92 8B 0 1A 1E 16 7 22 42
Octal 306 222 213 0 32 36 26 7 42 102
Binary 11000110 10010010 10001011 0 11010 11110 10110 111 100010 1000010

Color Harmonies of #C6928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6928B

Black with #C6928B

Text Example


Text Example

White with #C6928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6928B; }

 p { color: rgb(198,146,139); }

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

background-color css

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

 a { background-color: rgb(198,146,139); }

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

border-color css

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

 span { border-color: rgb(198,146,139); }

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