Html Css Color HEX #C0807F Oriental Pink

📋 copy color: '#C0807F'

red 192 ◦ green 128 ◦ blue 127

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

Shades of Oriental Pink #C0807F

Tints of Oriental Pink #C0807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.64%

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

R = 42.95%
G = 28.64%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0807F (or 0xC0807F) is known color: Oriental Pink. HEX triplet: C0, 80 and 7F. RGB value is (192,128,127). Sum of RGB (Red+Green+Blue) = 192+128+127=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0807F is #3F7F80. Grayscale: #939393. Windows color (decimal): -4161409 or 8356032. OLE color: 8356032.

HSL color Cylindrical-coordinate representation of color #C0807F: hue angle of 0.92º 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 #C0807F is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 127 -
CMYK 0 0.33 0.34 0.25
HSL 0.92º 0.34% 0.63% -
HSV(B) 0.92º 0.34% 0.75% -
XYZ 33.29 28.18 23.76 -
YUV 147.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 192 128 127 0 0.33 0.34 0.25 0.92 0.34 0.63
Hex C0 80 7F 0 21 22 19 1 22 3F
Octal 300 200 177 0 41 42 31 1 42 77
Binary 11000000 10000000 1111111 0 100001 100010 11001 1 100010 111111

Color Harmonies of #C0807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0807F

Black with #C0807F

Text Example


Text Example

White with #C0807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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