Html Css Color HEX #C39087 Oriental Pink

📋 copy color: '#C39087'

red 195 ◦ green 144 ◦ blue 135

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

Shades of Oriental Pink #C39087

Tints of Oriental Pink #C39087

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.38%

 BLUE value IS 135 (53.13% from 255) = 28.48%

R = 41.14%
G = 30.38%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C39087 (or 0xC39087) is known color: Oriental Pink. HEX triplet: C3, 90 and 87. RGB value is (195,144,135). Sum of RGB (Red+Green+Blue) = 195+144+135=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C39087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39087 is #3C6F78. Grayscale: #9E9E9E. Windows color (decimal): -3960697 or 8884419. OLE color: 8884419.

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

Color convert

RGB 195 144 135 -
CMYK 0 0.26 0.31 0.24
HSL 0.33% 0.65% -
HSV(B) 0.31% 0.76% -
XYZ 36.85 33.3 27.41 -
YUV 158.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 195 144 135 0 0.26 0.31 0.24 9 0.33 0.65
Hex C3 90 87 0 1A 1F 18 9 21 41
Octal 303 220 207 0 32 37 30 11 41 101
Binary 11000011 10010000 10000111 0 11010 11111 11000 1001 100001 1000001

Color Harmonies of #C39087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39087

Black with #C39087

Text Example


Text Example

White with #C39087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39087; }

 p { color: rgb(195,144,135); }

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

background-color css

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

 a { background-color: rgb(195,144,135); }

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

border-color css

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

 span { border-color: rgb(195,144,135); }

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