Html Css Color HEX #C2887E Oriental Pink

📋 copy color: '#C2887E'

red 194 ◦ green 136 ◦ blue 126

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

Shades of Oriental Pink #C2887E

Tints of Oriental Pink #C2887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.82%

 BLUE value IS 126 (49.61% from 255) = 27.63%

R = 42.54%
G = 29.82%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2887E (or 0xC2887E) is known color: Oriental Pink. HEX triplet: C2, 88 and 7E. RGB value is (194,136,126). Sum of RGB (Red+Green+Blue) = 194+136+126=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2887E is #3D7781. Grayscale: #989898. Windows color (decimal): -4028290 or 8292546. OLE color: 8292546.

HSL color Cylindrical-coordinate representation of color #C2887E: hue angle of 8.82º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2887E is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 126 -
CMYK 0 0.30 0.35 0.24
HSL 8.82º 0.36% 0.63% -
HSV(B) 8.82º 0.35% 0.76% -
XYZ 34.82 30.58 23.81 -
YUV 152.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 194 136 126 0 0.30 0.35 0.24 8.82 0.36 0.63
Hex C2 88 7E 0 1E 23 18 9 24 3F
Octal 302 210 176 0 36 43 30 11 44 77
Binary 11000010 10001000 1111110 0 11110 100011 11000 1001 100100 111111

Color Harmonies of #C2887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2887E

Black with #C2887E

Text Example


Text Example

White with #C2887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2887E; }

 p { color: rgb(194,136,126); }

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

background-color css

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

 a { background-color: rgb(194,136,126); }

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

border-color css

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

 span { border-color: rgb(194,136,126); }

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