Html Css Color HEX #C2897F Oriental Pink

📋 copy color: '#C2897F'

red 194 ◦ green 137 ◦ blue 127

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

Shades of Oriental Pink #C2897F

Tints of Oriental Pink #C2897F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.91%

 BLUE value IS 127 (50% from 255) = 27.73%

R = 42.36%
G = 29.91%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2897F (or 0xC2897F) is known color: Oriental Pink. HEX triplet: C2, 89 and 7F. RGB value is (194,137,127). Sum of RGB (Red+Green+Blue) = 194+137+127=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2897F is #3D7680. Grayscale: #999999. Windows color (decimal): -4028033 or 8358338. OLE color: 8358338.

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

Color convert

RGB 194 137 127 -
CMYK 0 0.29 0.35 0.24
HSL 8.96º 0.35% 0.63% -
HSV(B) 8.96º 0.35% 0.76% -
XYZ 35.02 30.89 24.2 -
YUV 152.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 194 137 127 0 0.29 0.35 0.24 8.96 0.35 0.63
Hex C2 89 7F 0 1D 23 18 9 23 3F
Octal 302 211 177 0 35 43 30 11 43 77
Binary 11000010 10001001 1111111 0 11101 100011 11000 1001 100011 111111

Color Harmonies of #C2897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2897F

Black with #C2897F

Text Example


Text Example

White with #C2897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2897F; }

 p { color: rgb(194,137,127); }

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

background-color css

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

 a { background-color: rgb(194,137,127); }

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

border-color css

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

 span { border-color: rgb(194,137,127); }

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