Html Css Color HEX #C4928D Oriental Pink

📋 copy color: '#C4928D'

red 196 ◦ green 146 ◦ blue 141

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

Shades of Oriental Pink #C4928D

Tints of Oriental Pink #C4928D

RGB

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

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

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

R = 40.58%
G = 30.23%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4928D (or 0xC4928D) is known color: Oriental Pink. HEX triplet: C4, 92 and 8D. RGB value is (196,146,141). Sum of RGB (Red+Green+Blue) = 196+146+141=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4928D is #3B6D72. Grayscale: #A0A0A0. Windows color (decimal): -3894643 or 9278148. OLE color: 9278148.

HSL color Cylindrical-coordinate representation of color #C4928D: hue angle of 5.45º 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 #C4928D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 141 -
CMYK 0 0.26 0.28 0.23
HSL 5.45º 0.32% 0.66% -
HSV(B) 5.45º 0.28% 0.77% -
XYZ 37.85 34.22 29.81 -
YUV 160.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 196 146 141 0 0.26 0.28 0.23 5.45 0.32 0.66
Hex C4 92 8D 0 1A 1C 17 5 20 42
Octal 304 222 215 0 32 34 27 5 40 102
Binary 11000100 10010010 10001101 0 11010 11100 10111 101 100000 1000010

Color Harmonies of #C4928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4928D

Black with #C4928D

Text Example


Text Example

White with #C4928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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