Html Css Color HEX #C9958F Oriental Pink

📋 copy color: '#C9958F'

red 201 ◦ green 149 ◦ blue 143

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

Shades of Oriental Pink #C9958F

Tints of Oriental Pink #C9958F

RGB

 RED value IS 201 (78.91% from 255) = 40.77%

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

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

R = 40.77%
G = 30.22%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9958F (or 0xC9958F) is known color: Oriental Pink. HEX triplet: C9, 95 and 8F. RGB value is (201,149,143). Sum of RGB (Red+Green+Blue) = 201+149+143=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9958F is #366A70. Grayscale: #A3A3A3. Windows color (decimal): -3566193 or 9409993. OLE color: 9409993.

HSL color Cylindrical-coordinate representation of color #C9958F: hue angle of 6.21º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9958F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 143 -
CMYK 0 0.26 0.29 0.21
HSL 6.21º 0.35% 0.67% -
HSV(B) 6.21º 0.29% 0.79% -
XYZ 39.79 35.9 30.82 -
YUV 163.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 201 149 143 0 0.26 0.29 0.21 6.21 0.35 0.67
Hex C9 95 8F 0 1A 1D 15 6 23 43
Octal 311 225 217 0 32 35 25 6 43 103
Binary 11001001 10010101 10001111 0 11010 11101 10101 110 100011 1000011

Color Harmonies of #C9958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9958F

Black with #C9958F

Text Example


Text Example

White with #C9958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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