Html Css Color HEX #C3928F Oriental Pink

📋 copy color: '#C3928F'

red 195 ◦ green 146 ◦ blue 143

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

Shades of Oriental Pink #C3928F

Tints of Oriental Pink #C3928F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.55%

R = 40.29%
G = 30.17%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3928F (or 0xC3928F) is known color: Oriental Pink. HEX triplet: C3, 92 and 8F. RGB value is (195,146,143). Sum of RGB (Red+Green+Blue) = 195+146+143=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C3928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3928F is #3C6D70. Grayscale: #A0A0A0. Windows color (decimal): -3960177 or 9409219. OLE color: 9409219.

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

Color convert

RGB 195 146 143 -
CMYK 0 0.25 0.27 0.24
HSL 3.46º 0.3% 0.66% -
HSV(B) 3.46º 0.27% 0.76% -
XYZ 37.74 34.14 30.59 -
YUV 160.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 195 146 143 0 0.25 0.27 0.24 3.46 0.3 0.66
Hex C3 92 8F 0 19 1B 18 3 1E 42
Octal 303 222 217 0 31 33 30 3 36 102
Binary 11000011 10010010 10001111 0 11001 11011 11000 11 11110 1000010

Color Harmonies of #C3928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3928F

Black with #C3928F

Text Example


Text Example

White with #C3928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3928F; }

 p { color: rgb(195,146,143); }

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

background-color css

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

 a { background-color: rgb(195,146,143); }

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

border-color css

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

 span { border-color: rgb(195,146,143); }

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