Html Css Color HEX #C39083 Oriental Pink

📋 copy color: '#C39083'

red 195 ◦ green 144 ◦ blue 131

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

Shades of Oriental Pink #C39083

Tints of Oriental Pink #C39083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.87%

R = 41.49%
G = 30.64%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C39083 (or 0xC39083) is known color: Oriental Pink. HEX triplet: C3, 90 and 83. RGB value is (195,144,131). Sum of RGB (Red+Green+Blue) = 195+144+131=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C39083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39083 is #3C6F7C. Grayscale: #9D9D9D. Windows color (decimal): -3960701 or 8622275. OLE color: 8622275.

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

Color convert

RGB 195 144 131 -
CMYK 0 0.26 0.33 0.24
HSL 12.19º 0.35% 0.64% -
HSV(B) 12.19º 0.33% 0.76% -
XYZ 36.58 33.19 25.95 -
YUV 157.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 195 144 131 0 0.26 0.33 0.24 12.19 0.35 0.64
Hex C3 90 83 0 1A 21 18 C 23 40
Octal 303 220 203 0 32 41 30 14 43 100
Binary 11000011 10010000 10000011 0 11010 100001 11000 1100 100011 1000000

Color Harmonies of #C39083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39083

Black with #C39083

Text Example


Text Example

White with #C39083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39083; }

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

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

background-color css

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

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

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

border-color css

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

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

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