Html Css Color HEX #C2877F Oriental Pink

📋 copy color: '#C2877F'

red 194 ◦ green 135 ◦ blue 127

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

Shades of Oriental Pink #C2877F

Tints of Oriental Pink #C2877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.61%

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

R = 42.54%
G = 29.61%
B = 27.85%

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

#C2877F (or 0xC2877F) is known color: Oriental Pink. HEX triplet: C2, 87 and 7F. RGB value is (194,135,127). Sum of RGB (Red+Green+Blue) = 194+135+127=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2877F is #3D7880. Grayscale: #979797. Windows color (decimal): -4028545 or 8357826. OLE color: 8357826.

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

Color convert

RGB 194 135 127 -
CMYK 0 0.30 0.35 0.24
HSL 7.16º 0.35% 0.63% -
HSV(B) 7.16º 0.35% 0.76% -
XYZ 34.74 30.33 24.1 -
YUV 151.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 194 135 127 0 0.30 0.35 0.24 7.16 0.35 0.63
Hex C2 87 7F 0 1E 23 18 7 23 3F
Octal 302 207 177 0 36 43 30 7 43 77
Binary 11000010 10000111 1111111 0 11110 100011 11000 111 100011 111111

Color Harmonies of #C2877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2877F

Black with #C2877F

Text Example


Text Example

White with #C2877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2877F; }

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

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

background-color css

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

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

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

border-color css

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

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

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