Html Css Color HEX #C4938D Oriental Pink

📋 copy color: '#C4938D'

red 196 ◦ green 147 ◦ blue 141

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

Shades of Oriental Pink #C4938D

Tints of Oriental Pink #C4938D

RGB

 RED value IS 196 (76.95% from 255) = 40.5%

 GREEN value IS 147 (57.81% from 255) = 30.37%

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 40.5%
G = 30.37%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4938D (or 0xC4938D) is known color: Oriental Pink. HEX triplet: C4, 93 and 8D. RGB value is (196,147,141). Sum of RGB (Red+Green+Blue) = 196+147+141=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4938D is #3B6C72. Grayscale: #A1A1A1. Windows color (decimal): -3894387 or 9278404. OLE color: 9278404.

HSL color Cylindrical-coordinate representation of color #C4938D: hue angle of 6.55º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4938D is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 141 -
CMYK 0 0.25 0.28 0.23
HSL 6.55º 0.32% 0.66% -
HSV(B) 6.55º 0.28% 0.77% -
XYZ 38.01 34.53 29.86 -
YUV 160.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 196 147 141 0 0.25 0.28 0.23 6.55 0.32 0.66
Hex C4 93 8D 0 19 1C 17 7 20 42
Octal 304 223 215 0 31 34 27 7 40 102
Binary 11000100 10010011 10001101 0 11001 11100 10111 111 100000 1000010

Color Harmonies of #C4938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4938D

Black with #C4938D

Text Example


Text Example

White with #C4938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4938D; }

 p { color: rgb(196,147,141); }

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

background-color css

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

 a { background-color: rgb(196,147,141); }

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

border-color css

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

 span { border-color: rgb(196,147,141); }

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