Html Css Color HEX #C08C81 Oriental Pink

📋 copy color: '#C08C81'

red 192 ◦ green 140 ◦ blue 129

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

Shades of Oriental Pink #C08C81

Tints of Oriental Pink #C08C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 129 (50.78% from 255) = 27.98%

R = 41.65%
G = 30.37%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C08C81 (or 0xC08C81) is known color: Oriental Pink. HEX triplet: C0, 8C and 81. RGB value is (192,140,129). Sum of RGB (Red+Green+Blue) = 192+140+129=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08C81 is #3F737E. Grayscale: #9A9A9A. Windows color (decimal): -4158335 or 8490176. OLE color: 8490176.

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

Color convert

RGB 192 140 129 -
CMYK 0 0.27 0.33 0.25
HSL 10.48º 0.33% 0.63% -
HSV(B) 10.48º 0.33% 0.75% -
XYZ 35.08 31.55 25.01 -
YUV 154.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 192 140 129 0 0.27 0.33 0.25 10.48 0.33 0.63
Hex C0 8C 81 0 1B 21 19 A 21 3F
Octal 300 214 201 0 33 41 31 12 41 77
Binary 11000000 10001100 10000001 0 11011 100001 11001 1010 100001 111111

Color Harmonies of #C08C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C81

Black with #C08C81

Text Example


Text Example

White with #C08C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C81; }

 p { color: rgb(192,140,129); }

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

background-color css

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

 a { background-color: rgb(192,140,129); }

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

border-color css

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

 span { border-color: rgb(192,140,129); }

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