Html Css Color HEX #C4928C Oriental Pink

📋 copy color: '#C4928C'

red 196 ◦ green 146 ◦ blue 140

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

Shades of Oriental Pink #C4928C

Tints of Oriental Pink #C4928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 40.66%
G = 30.29%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4928C (or 0xC4928C) is known color: Oriental Pink. HEX triplet: C4, 92 and 8C. RGB value is (196,146,140). Sum of RGB (Red+Green+Blue) = 196+146+140=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4928C is #3B6D73. Grayscale: #A0A0A0. Windows color (decimal): -3894644 or 9212612. OLE color: 9212612.

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

Color convert

RGB 196 146 140 -
CMYK 0 0.26 0.29 0.23
HSL 6.43º 0.32% 0.66% -
HSV(B) 6.43º 0.29% 0.77% -
XYZ 37.78 34.19 29.42 -
YUV 160.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 196 146 140 0 0.26 0.29 0.23 6.43 0.32 0.66
Hex C4 92 8C 0 1A 1D 17 6 20 42
Octal 304 222 214 0 32 35 27 6 40 102
Binary 11000100 10010010 10001100 0 11010 11101 10111 110 100000 1000010

Color Harmonies of #C4928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4928C

Black with #C4928C

Text Example


Text Example

White with #C4928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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