Html Css Color HEX #C39084 Oriental Pink

📋 copy color: '#C39084'

red 195 ◦ green 144 ◦ blue 132

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

Shades of Oriental Pink #C39084

Tints of Oriental Pink #C39084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.03%

R = 41.4%
G = 30.57%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C39084 (or 0xC39084) is known color: Oriental Pink. HEX triplet: C3, 90 and 84. RGB value is (195,144,132). Sum of RGB (Red+Green+Blue) = 195+144+132=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C39084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39084 is #3C6F7B. Grayscale: #9D9D9D. Windows color (decimal): -3960700 or 8687811. OLE color: 8687811.

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

Color convert

RGB 195 144 132 -
CMYK 0 0.26 0.32 0.24
HSL 11.43º 0.34% 0.64% -
HSV(B) 11.43º 0.32% 0.76% -
XYZ 36.64 33.21 26.31 -
YUV 157.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 195 144 132 0 0.26 0.32 0.24 11.43 0.34 0.64
Hex C3 90 84 0 1A 20 18 B 22 40
Octal 303 220 204 0 32 40 30 13 42 100
Binary 11000011 10010000 10000100 0 11010 100000 11000 1011 100010 1000000

Color Harmonies of #C39084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39084

Black with #C39084

Text Example


Text Example

White with #C39084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39084; }

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

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

background-color css

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

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

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

border-color css

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

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

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