Html Css Color HEX #C39288 Oriental Pink

📋 copy color: '#C39288'

red 195 ◦ green 146 ◦ blue 136

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

Shades of Oriental Pink #C39288

Tints of Oriental Pink #C39288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.51%

R = 40.88%
G = 30.61%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C39288 (or 0xC39288) is known color: Oriental Pink. HEX triplet: C3, 92 and 88. RGB value is (195,146,136). Sum of RGB (Red+Green+Blue) = 195+146+136=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C39288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39288 is #3C6D77. Grayscale: #9F9F9F. Windows color (decimal): -3960184 or 8950467. OLE color: 8950467.

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

Color convert

RGB 195 146 136 -
CMYK 0 0.25 0.30 0.24
HSL 10.17º 0.33% 0.65% -
HSV(B) 10.17º 0.3% 0.76% -
XYZ 37.23 33.94 27.88 -
YUV 159.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 195 146 136 0 0.25 0.30 0.24 10.17 0.33 0.65
Hex C3 92 88 0 19 1E 18 A 21 41
Octal 303 222 210 0 31 36 30 12 41 101
Binary 11000011 10010010 10001000 0 11001 11110 11000 1010 100001 1000001

Color Harmonies of #C39288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39288

Black with #C39288

Text Example


Text Example

White with #C39288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39288; }

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

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

background-color css

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

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

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

border-color css

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

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

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