Html Css Color HEX #C29084 Oriental Pink

📋 copy color: '#C29084'

red 194 ◦ green 144 ◦ blue 132

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

Shades of Oriental Pink #C29084

Tints of Oriental Pink #C29084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.09%

R = 41.28%
G = 30.64%
B = 28.09%

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

#C29084 (or 0xC29084) is known color: Oriental Pink. HEX triplet: C2, 90 and 84. RGB value is (194,144,132). Sum of RGB (Red+Green+Blue) = 194+144+132=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C29084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29084 is #3D6F7B. Grayscale: #9D9D9D. Windows color (decimal): -4026236 or 8687810. OLE color: 8687810.

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

Color convert

RGB 194 144 132 -
CMYK 0 0.26 0.32 0.24
HSL 11.61º 0.34% 0.64% -
HSV(B) 11.61º 0.32% 0.76% -
XYZ 36.39 33.08 26.3 -
YUV 157.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 194 144 132 0 0.26 0.32 0.24 11.61 0.34 0.64
Hex C2 90 84 0 1A 20 18 C 22 40
Octal 302 220 204 0 32 40 30 14 42 100
Binary 11000010 10010000 10000100 0 11010 100000 11000 1100 100010 1000000

Color Harmonies of #C29084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29084

Black with #C29084

Text Example


Text Example

White with #C29084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29084; }

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

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

background-color css

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

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

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

border-color css

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

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

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