Html Css Color HEX #C08280 Oriental Pink

📋 copy color: '#C08280'

red 192 ◦ green 130 ◦ blue 128

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

Shades of Oriental Pink #C08280

Tints of Oriental Pink #C08280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.89%

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

R = 42.67%
G = 28.89%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C08280 (or 0xC08280) is known color: Oriental Pink. HEX triplet: C0, 82 and 80. RGB value is (192,130,128). Sum of RGB (Red+Green+Blue) = 192+130+128=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C08280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08280 is #3F7D7F. Grayscale: #949494. Windows color (decimal): -4160896 or 8422080. OLE color: 8422080.

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

Color convert

RGB 192 130 128 -
CMYK 0 0.32 0.33 0.25
HSL 1.88º 0.34% 0.63% -
HSV(B) 1.88º 0.33% 0.75% -
XYZ 33.62 28.73 24.2 -
YUV 148.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 192 130 128 0 0.32 0.33 0.25 1.88 0.34 0.63
Hex C0 82 80 0 20 21 19 2 22 3F
Octal 300 202 200 0 40 41 31 2 42 77
Binary 11000000 10000010 10000000 0 100000 100001 11001 10 100010 111111

Color Harmonies of #C08280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08280

Black with #C08280

Text Example


Text Example

White with #C08280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08280; }

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

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

background-color css

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

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

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

border-color css

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

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

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