Html Css Color HEX #C2938A Oriental Pink

📋 copy color: '#C2938A'

red 194 ◦ green 147 ◦ blue 138

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

Shades of Oriental Pink #C2938A

Tints of Oriental Pink #C2938A

RGB

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

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

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

R = 40.5%
G = 30.69%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2938A (or 0xC2938A) is known color: Oriental Pink. HEX triplet: C2, 93 and 8A. RGB value is (194,147,138). Sum of RGB (Red+Green+Blue) = 194+147+138=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2938A is #3D6C75. Grayscale: #A0A0A0. Windows color (decimal): -4025462 or 9081794. OLE color: 9081794.

HSL color Cylindrical-coordinate representation of color #C2938A: hue angle of 9.64º 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 #C2938A is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 138 -
CMYK 0 0.24 0.29 0.24
HSL 9.64º 0.31% 0.65% -
HSV(B) 9.64º 0.29% 0.76% -
XYZ 37.27 34.17 28.68 -
YUV 160.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 194 147 138 0 0.24 0.29 0.24 9.64 0.31 0.65
Hex C2 93 8A 0 18 1D 18 A 1F 41
Octal 302 223 212 0 30 35 30 12 37 101
Binary 11000010 10010011 10001010 0 11000 11101 11000 1010 11111 1000001

Color Harmonies of #C2938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2938A

Black with #C2938A

Text Example


Text Example

White with #C2938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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