Html Css Color HEX #C39287 Oriental Pink

📋 copy color: '#C39287'

red 195 ◦ green 146 ◦ blue 135

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

Shades of Oriental Pink #C39287

Tints of Oriental Pink #C39287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

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

R = 40.97%
G = 30.67%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C39287 (or 0xC39287) is known color: Oriental Pink. HEX triplet: C3, 92 and 87. RGB value is (195,146,135). Sum of RGB (Red+Green+Blue) = 195+146+135=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C39287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39287 is #3C6D78. Grayscale: #9F9F9F. Windows color (decimal): -3960185 or 8884931. OLE color: 8884931.

HSL color Cylindrical-coordinate representation of color #C39287: hue angle of 11º 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 #C39287 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 146 135 -
CMYK 0 0.25 0.31 0.24
HSL 11º 0.33% 0.65% -
HSV(B) 11º 0.31% 0.76% -
XYZ 37.16 33.91 27.51 -
YUV 159.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 195 146 135 0 0.25 0.31 0.24 11 0.33 0.65
Hex C3 92 87 0 19 1F 18 B 21 41
Octal 303 222 207 0 31 37 30 13 41 101
Binary 11000011 10010010 10000111 0 11001 11111 11000 1011 100001 1000001

Color Harmonies of #C39287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39287

Black with #C39287

Text Example


Text Example

White with #C39287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39287; }

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

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

background-color css

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

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

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

border-color css

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

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

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