Html Css Color HEX #C3938B Oriental Pink

📋 copy color: '#C3938B'

red 195 ◦ green 147 ◦ blue 139

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

Shades of Oriental Pink #C3938B

Tints of Oriental Pink #C3938B

RGB

 RED value IS 195 (76.56% from 255) = 40.54%

 GREEN value IS 147 (57.81% from 255) = 30.56%

 BLUE value IS 139 (54.69% from 255) = 28.9%

R = 40.54%
G = 30.56%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3938B (or 0xC3938B) is known color: Oriental Pink. HEX triplet: C3, 93 and 8B. RGB value is (195,147,139). Sum of RGB (Red+Green+Blue) = 195+147+139=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3938B is #3C6C74. Grayscale: #A0A0A0. Windows color (decimal): -3959925 or 9147331. OLE color: 9147331.

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

Color convert

RGB 195 147 139 -
CMYK 0 0.25 0.29 0.24
HSL 8.57º 0.32% 0.65% -
HSV(B) 8.57º 0.29% 0.76% -
XYZ 37.6 34.33 29.07 -
YUV 160.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 195 147 139 0 0.25 0.29 0.24 8.57 0.32 0.65
Hex C3 93 8B 0 19 1D 18 9 20 41
Octal 303 223 213 0 31 35 30 11 40 101
Binary 11000011 10010011 10001011 0 11001 11101 11000 1001 100000 1000001

Color Harmonies of #C3938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3938B

Black with #C3938B

Text Example


Text Example

White with #C3938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3938B; }

 p { color: rgb(195,147,139); }

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

background-color css

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

 a { background-color: rgb(195,147,139); }

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

border-color css

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

 span { border-color: rgb(195,147,139); }

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