Html Css Color HEX #C1958F Oriental Pink

📋 copy color: '#C1958F'

red 193 ◦ green 149 ◦ blue 143

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

Shades of Oriental Pink #C1958F

Tints of Oriental Pink #C1958F

RGB

 RED value IS 193 (75.78% from 255) = 39.79%

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

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

R = 39.79%
G = 30.72%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1958F (or 0xC1958F) is known color: Oriental Pink. HEX triplet: C1, 95 and 8F. RGB value is (193,149,143). Sum of RGB (Red+Green+Blue) = 193+149+143=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C1958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1958F is #3E6A70. Grayscale: #A1A1A1. Windows color (decimal): -4090481 or 9409985. OLE color: 9409985.

HSL color Cylindrical-coordinate representation of color #C1958F: hue angle of 7.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1958F is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 149 143 -
CMYK 0 0.23 0.26 0.24
HSL 7.2º 0.29% 0.66% -
HSV(B) 7.2º 0.26% 0.76% -
XYZ 37.7 34.82 30.72 -
YUV 161.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 193 149 143 0 0.23 0.26 0.24 7.2 0.29 0.66
Hex C1 95 8F 0 17 1A 18 7 1D 42
Octal 301 225 217 0 27 32 30 7 35 102
Binary 11000001 10010101 10001111 0 10111 11010 11000 111 11101 1000010

Color Harmonies of #C1958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1958F

Black with #C1958F

Text Example


Text Example

White with #C1958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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