Html Css Color HEX #C0867F Oriental Pink

📋 copy color: '#C0867F'

red 192 ◦ green 134 ◦ blue 127

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

Shades of Oriental Pink #C0867F

Tints of Oriental Pink #C0867F

RGB

 RED value IS 192 (75.39% from 255) = 42.38%

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

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

R = 42.38%
G = 29.58%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0867F (or 0xC0867F) is known color: Oriental Pink. HEX triplet: C0, 86 and 7F. RGB value is (192,134,127). Sum of RGB (Red+Green+Blue) = 192+134+127=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0867F is #3F7980. Grayscale: #969696. Windows color (decimal): -4159873 or 8357568. OLE color: 8357568.

HSL color Cylindrical-coordinate representation of color #C0867F: hue angle of 6.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0867F is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 127 -
CMYK 0 0.30 0.34 0.25
HSL 6.46º 0.34% 0.63% -
HSV(B) 6.46º 0.34% 0.75% -
XYZ 34.09 29.79 24.03 -
YUV 150.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 192 134 127 0 0.30 0.34 0.25 6.46 0.34 0.63
Hex C0 86 7F 0 1E 22 19 6 22 3F
Octal 300 206 177 0 36 42 31 6 42 77
Binary 11000000 10000110 1111111 0 11110 100010 11001 110 100010 111111

Color Harmonies of #C0867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0867F

Black with #C0867F

Text Example


Text Example

White with #C0867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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