Html Css Color HEX #C8958E Oriental Pink

📋 copy color: '#C8958E'

red 200 ◦ green 149 ◦ blue 142

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

Shades of Oriental Pink #C8958E

Tints of Oriental Pink #C8958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

 BLUE value IS 142 (55.86% from 255) = 28.92%

R = 40.73%
G = 30.35%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8958E (or 0xC8958E) is known color: Oriental Pink. HEX triplet: C8, 95 and 8E. RGB value is (200,149,142). Sum of RGB (Red+Green+Blue) = 200+149+142=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8958E is #376A71. Grayscale: #A3A3A3. Windows color (decimal): -3631730 or 9344456. OLE color: 9344456.

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

Color convert

RGB 200 149 142 -
CMYK 0 0.26 0.29 0.22
HSL 7.24º 0.35% 0.67% -
HSV(B) 7.24º 0.29% 0.78% -
XYZ 39.45 35.73 30.41 -
YUV 163.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 200 149 142 0 0.26 0.29 0.22 7.24 0.35 0.67
Hex C8 95 8E 0 1A 1D 16 7 23 43
Octal 310 225 216 0 32 35 26 7 43 103
Binary 11001000 10010101 10001110 0 11010 11101 10110 111 100011 1000011

Color Harmonies of #C8958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8958E

Black with #C8958E

Text Example


Text Example

White with #C8958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8958E; }

 p { color: rgb(200,149,142); }

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

background-color css

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

 a { background-color: rgb(200,149,142); }

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

border-color css

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

 span { border-color: rgb(200,149,142); }

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