Html Css Color HEX #C08F80 Oriental Pink

📋 copy color: '#C08F80'

red 192 ◦ green 143 ◦ blue 128

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

Shades of Oriental Pink #C08F80

Tints of Oriental Pink #C08F80

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

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

R = 41.47%
G = 30.89%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C08F80 (or 0xC08F80) is known color: Oriental Pink. HEX triplet: C0, 8F and 80. RGB value is (192,143,128). Sum of RGB (Red+Green+Blue) = 192+143+128=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08F80 is #3F707F. Grayscale: #9C9C9C. Windows color (decimal): -4157568 or 8425408. OLE color: 8425408.

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

Color convert

RGB 192 143 128 -
CMYK 0 0.26 0.33 0.25
HSL 14.06º 0.34% 0.63% -
HSV(B) 14.06º 0.33% 0.75% -
XYZ 35.46 32.41 24.81 -
YUV 155.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 192 143 128 0 0.26 0.33 0.25 14.06 0.34 0.63
Hex C0 8F 80 0 1A 21 19 E 22 3F
Octal 300 217 200 0 32 41 31 16 42 77
Binary 11000000 10001111 10000000 0 11010 100001 11001 1110 100010 111111

Color Harmonies of #C08F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F80

Black with #C08F80

Text Example


Text Example

White with #C08F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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