Html Css Color HEX #C08980 Oriental Pink

📋 copy color: '#C08980'

red 192 ◦ green 137 ◦ blue 128

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

Shades of Oriental Pink #C08980

Tints of Oriental Pink #C08980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 42.01%
G = 29.98%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C08980 (or 0xC08980) is known color: Oriental Pink. HEX triplet: C0, 89 and 80. RGB value is (192,137,128). Sum of RGB (Red+Green+Blue) = 192+137+128=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C08980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08980 is #3F767F. Grayscale: #989898. Windows color (decimal): -4159104 or 8423872. OLE color: 8423872.

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

Color convert

RGB 192 137 128 -
CMYK 0 0.29 0.33 0.25
HSL 8.44º 0.34% 0.63% -
HSV(B) 8.44º 0.33% 0.75% -
XYZ 34.58 30.66 24.52 -
YUV 152.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 192 137 128 0 0.29 0.33 0.25 8.44 0.34 0.63
Hex C0 89 80 0 1D 21 19 8 22 3F
Octal 300 211 200 0 35 41 31 10 42 77
Binary 11000000 10001001 10000000 0 11101 100001 11001 1000 100010 111111

Color Harmonies of #C08980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08980

Black with #C08980

Text Example


Text Example

White with #C08980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08980; }

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

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

background-color css

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

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

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

border-color css

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

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

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