#C6958F

Color #C6958F Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #C6958F

Tints of Oriental Pink #C6958F

Color information

#C6958F (or 0xC6958F) is unknown color: approx Oriental Pink. HEX triplet: C6, 95 and 8F. RGB value is (198,149,143). Sum of RGB (Red+Green+Blue) = 198+149+143=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6958F is #396A70. Grayscale: #A3A3A3. Windows color (decimal): -3762801 or 9409990. OLE color: 9409990.

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

Color convert

RGB198149143-
CMYK00.250.280.22
HSL6.55º32.54%66.86%-
HSV(B)6.55º27.78%77.65%-
XYZ38.9935.4830.78-
YUV162.97116.73152.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=40.41%
G=30.41%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814914300.250.280.226.5532.5466.86
HexC6958F0191C1672143
Octal3062252170313426741103
Binary11000110100101011000111101100111100101101111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6958F; }

 p { color: rgb(198,149,143); }

 H1.HeaderClassName
 {
   color: #C6958F;
 }
 .AnyTagClassName
 {
   color: #C6958F;
 }
</style>
background-color css

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

 a { background-color: rgb(198,149,143); }

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

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

 span { border-color: rgb(198,149,143); }

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