Html Css Color HEX #C2867F Oriental Pink

📋 copy color: '#C2867F'

red 194 ◦ green 134 ◦ blue 127

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

Shades of Oriental Pink #C2867F

Tints of Oriental Pink #C2867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.45%

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

R = 42.64%
G = 29.45%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2867F (or 0xC2867F) is known color: Oriental Pink. HEX triplet: C2, 86 and 7F. RGB value is (194,134,127). Sum of RGB (Red+Green+Blue) = 194+134+127=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2867F is #3D7980. Grayscale: #979797. Windows color (decimal): -4028801 or 8357570. OLE color: 8357570.

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

Color convert

RGB 194 134 127 -
CMYK 0 0.31 0.35 0.24
HSL 6.27º 0.35% 0.63% -
HSV(B) 6.27º 0.35% 0.76% -
XYZ 34.6 30.05 24.06 -
YUV 151.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 194 134 127 0 0.31 0.35 0.24 6.27 0.35 0.63
Hex C2 86 7F 0 1F 23 18 6 23 3F
Octal 302 206 177 0 37 43 30 6 43 77
Binary 11000010 10000110 1111111 0 11111 100011 11000 110 100011 111111

Color Harmonies of #C2867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2867F

Black with #C2867F

Text Example


Text Example

White with #C2867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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