Html Css Color HEX #C2877E Oriental Pink

📋 copy color: '#C2877E'

red 194 ◦ green 135 ◦ blue 126

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

Shades of Oriental Pink #C2877E

Tints of Oriental Pink #C2877E

RGB

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

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

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

R = 42.64%
G = 29.67%
B = 27.69%

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

#C2877E (or 0xC2877E) is known color: Oriental Pink. HEX triplet: C2, 87 and 7E. RGB value is (194,135,126). Sum of RGB (Red+Green+Blue) = 194+135+126=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2877E is #3D7881. Grayscale: #979797. Windows color (decimal): -4028546 or 8292290. OLE color: 8292290.

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

Color convert

RGB 194 135 126 -
CMYK 0 0.30 0.35 0.24
HSL 7.94º 0.36% 0.63% -
HSV(B) 7.94º 0.35% 0.76% -
XYZ 34.68 30.3 23.76 -
YUV 151.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 194 135 126 0 0.30 0.35 0.24 7.94 0.36 0.63
Hex C2 87 7E 0 1E 23 18 8 24 3F
Octal 302 207 176 0 36 43 30 10 44 77
Binary 11000010 10000111 1111110 0 11110 100011 11000 1000 100100 111111

Color Harmonies of #C2877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2877E

Black with #C2877E

Text Example


Text Example

White with #C2877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2877E; }

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

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

background-color css

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

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

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

border-color css

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

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

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