Html Css Color HEX #C39490 Oriental Pink

📋 copy color: '#C39490'

red 195 ◦ green 148 ◦ blue 144

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

Shades of Oriental Pink #C39490

Tints of Oriental Pink #C39490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.39%

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 40.04%
G = 30.39%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C39490 (or 0xC39490) is known color: Oriental Pink. HEX triplet: C3, 94 and 90. RGB value is (195,148,144). Sum of RGB (Red+Green+Blue) = 195+148+144=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C39490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39490 is #3C6B6F. Grayscale: #A1A1A1. Windows color (decimal): -3959664 or 9475267. OLE color: 9475267.

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

Color convert

RGB 195 148 144 -
CMYK 0 0.24 0.26 0.24
HSL 4.71º 0.3% 0.66% -
HSV(B) 4.71º 0.26% 0.76% -
XYZ 38.13 34.8 31.09 -
YUV 161.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 195 148 144 0 0.24 0.26 0.24 4.71 0.3 0.66
Hex C3 94 90 0 18 1A 18 5 1E 42
Octal 303 224 220 0 30 32 30 5 36 102
Binary 11000011 10010100 10010000 0 11000 11010 11000 101 11110 1000010

Color Harmonies of #C39490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39490

Black with #C39490

Text Example


Text Example

White with #C39490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39490; }

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

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

background-color css

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

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

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

border-color css

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

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

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