Html Css Color HEX #C0958F Oriental Pink

📋 copy color: '#C0958F'

red 192 ◦ green 149 ◦ blue 143

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

Shades of Oriental Pink #C0958F

Tints of Oriental Pink #C0958F

RGB

 RED value IS 192 (75.39% from 255) = 39.67%

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

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

R = 39.67%
G = 30.79%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0958F (or 0xC0958F) is known color: Oriental Pink. HEX triplet: C0, 95 and 8F. RGB value is (192,149,143). Sum of RGB (Red+Green+Blue) = 192+149+143=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0958F is #3F6A70. Grayscale: #A1A1A1. Windows color (decimal): -4156017 or 9409984. OLE color: 9409984.

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

Color convert

RGB 192 149 143 -
CMYK 0 0.22 0.26 0.25
HSL 7.35º 0.28% 0.66% -
HSV(B) 7.35º 0.26% 0.75% -
XYZ 37.44 34.68 30.71 -
YUV 161.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 192 149 143 0 0.22 0.26 0.25 7.35 0.28 0.66
Hex C0 95 8F 0 16 1A 19 7 1C 42
Octal 300 225 217 0 26 32 31 7 34 102
Binary 11000000 10010101 10001111 0 10110 11010 11001 111 11100 1000010

Color Harmonies of #C0958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0958F

Black with #C0958F

Text Example


Text Example

White with #C0958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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