Html Css Color HEX #C39591 Oriental Pink

📋 copy color: '#C39591'

red 195 ◦ green 149 ◦ blue 145

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

Shades of Oriental Pink #C39591

Tints of Oriental Pink #C39591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.65%

R = 39.88%
G = 30.47%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C39591 (or 0xC39591) is known color: Oriental Pink. HEX triplet: C3, 95 and 91. RGB value is (195,149,145). Sum of RGB (Red+Green+Blue) = 195+149+145=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C39591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39591 is #3C6A6E. Grayscale: #A2A2A2. Windows color (decimal): -3959407 or 9541059. OLE color: 9541059.

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

Color convert

RGB 195 149 145 -
CMYK 0 0.24 0.26 0.24
HSL 4.8º 0.29% 0.67% -
HSV(B) 4.8º 0.26% 0.76% -
XYZ 38.36 35.14 31.55 -
YUV 162.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 195 149 145 0 0.24 0.26 0.24 4.8 0.29 0.67
Hex C3 95 91 0 18 1A 18 5 1D 43
Octal 303 225 221 0 30 32 30 5 35 103
Binary 11000011 10010101 10010001 0 11000 11010 11000 101 11101 1000011

Color Harmonies of #C39591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39591

Black with #C39591

Text Example


Text Example

White with #C39591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39591; }

 p { color: rgb(195,149,145); }

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

background-color css

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

 a { background-color: rgb(195,149,145); }

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

border-color css

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

 span { border-color: rgb(195,149,145); }

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