Html Css Color HEX #C29691 Oriental Pink

📋 copy color: '#C29691'

red 194 ◦ green 150 ◦ blue 145

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

Shades of Oriental Pink #C29691

Tints of Oriental Pink #C29691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.67%

 BLUE value IS 145 (57.03% from 255) = 29.65%

R = 39.67%
G = 30.67%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C29691 (or 0xC29691) is known color: Oriental Pink. HEX triplet: C2, 96 and 91. RGB value is (194,150,145). Sum of RGB (Red+Green+Blue) = 194+150+145=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C29691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29691 is #3D696E. Grayscale: #A2A2A2. Windows color (decimal): -4024687 or 9541314. OLE color: 9541314.

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

Color convert

RGB 194 150 145 -
CMYK 0 0.23 0.25 0.24
HSL 6.12º 0.29% 0.66% -
HSV(B) 6.12º 0.25% 0.76% -
XYZ 38.27 35.33 31.59 -
YUV 162.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 194 150 145 0 0.23 0.25 0.24 6.12 0.29 0.66
Hex C2 96 91 0 17 19 18 6 1D 42
Octal 302 226 221 0 27 31 30 6 35 102
Binary 11000010 10010110 10010001 0 10111 11001 11000 110 11101 1000010

Color Harmonies of #C29691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29691

Black with #C29691

Text Example


Text Example

White with #C29691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29691; }

 p { color: rgb(194,150,145); }

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

background-color css

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

 a { background-color: rgb(194,150,145); }

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

border-color css

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

 span { border-color: rgb(194,150,145); }

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