Html Css Color HEX #C29083 Oriental Pink

📋 copy color: '#C29083'

red 194 ◦ green 144 ◦ blue 131

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

Shades of Oriental Pink #C29083

Tints of Oriental Pink #C29083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.7%

 BLUE value IS 131 (51.56% from 255) = 27.93%

R = 41.36%
G = 30.7%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C29083 (or 0xC29083) is known color: Oriental Pink. HEX triplet: C2, 90 and 83. RGB value is (194,144,131). Sum of RGB (Red+Green+Blue) = 194+144+131=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C29083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29083 is #3D6F7C. Grayscale: #9D9D9D. Windows color (decimal): -4026237 or 8622274. OLE color: 8622274.

HSL color Cylindrical-coordinate representation of color #C29083: hue angle of 12.38º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29083 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 144 131 -
CMYK 0 0.26 0.32 0.24
HSL 12.38º 0.34% 0.64% -
HSV(B) 12.38º 0.32% 0.76% -
XYZ 36.32 33.05 25.94 -
YUV 157.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 194 144 131 0 0.26 0.32 0.24 12.38 0.34 0.64
Hex C2 90 83 0 1A 20 18 C 22 40
Octal 302 220 203 0 32 40 30 14 42 100
Binary 11000010 10010000 10000011 0 11010 100000 11000 1100 100010 1000000

Color Harmonies of #C29083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29083

Black with #C29083

Text Example


Text Example

White with #C29083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29083; }

 p { color: rgb(194,144,131); }

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

background-color css

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

 a { background-color: rgb(194,144,131); }

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

border-color css

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

 span { border-color: rgb(194,144,131); }

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