Html Css Color HEX #C2928A Oriental Pink

📋 copy color: '#C2928A'

red 194 ◦ green 146 ◦ blue 138

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

Shades of Oriental Pink #C2928A

Tints of Oriental Pink #C2928A

RGB

 RED value IS 194 (76.17% from 255) = 40.59%

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

 BLUE value IS 138 (54.3% from 255) = 28.87%

R = 40.59%
G = 30.54%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2928A (or 0xC2928A) is known color: Oriental Pink. HEX triplet: C2, 92 and 8A. RGB value is (194,146,138). Sum of RGB (Red+Green+Blue) = 194+146+138=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2928A is #3D6D75. Grayscale: #9F9F9F. Windows color (decimal): -4025718 or 9081538. OLE color: 9081538.

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

Color convert

RGB 194 146 138 -
CMYK 0 0.25 0.29 0.24
HSL 8.57º 0.31% 0.65% -
HSV(B) 8.57º 0.29% 0.76% -
XYZ 37.11 33.86 28.62 -
YUV 159.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 194 146 138 0 0.25 0.29 0.24 8.57 0.31 0.65
Hex C2 92 8A 0 19 1D 18 9 1F 41
Octal 302 222 212 0 31 35 30 11 37 101
Binary 11000010 10010010 10001010 0 11001 11101 11000 1001 11111 1000001

Color Harmonies of #C2928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2928A

Black with #C2928A

Text Example


Text Example

White with #C2928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2928A; }

 p { color: rgb(194,146,138); }

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

background-color css

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

 a { background-color: rgb(194,146,138); }

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

border-color css

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

 span { border-color: rgb(194,146,138); }

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