Html Css Color HEX #C08785 Oriental Pink

📋 copy color: '#C08785'

red 192 ◦ green 135 ◦ blue 133

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

Shades of Oriental Pink #C08785

Tints of Oriental Pink #C08785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.35%

 BLUE value IS 133 (52.34% from 255) = 28.91%

R = 41.74%
G = 29.35%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C08785 (or 0xC08785) is known color: Oriental Pink. HEX triplet: C0, 87 and 85. RGB value is (192,135,133). Sum of RGB (Red+Green+Blue) = 192+135+133=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C08785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08785 is #3F787A. Grayscale: #979797. Windows color (decimal): -4159611 or 8751040. OLE color: 8751040.

HSL color Cylindrical-coordinate representation of color #C08785: hue angle of 2.03º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08785 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 133 -
CMYK 0 0.30 0.31 0.25
HSL 2.03º 0.32% 0.64% -
HSV(B) 2.03º 0.31% 0.75% -
XYZ 34.64 30.23 26.2 -
YUV 151.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 192 135 133 0 0.30 0.31 0.25 2.03 0.32 0.64
Hex C0 87 85 0 1E 1F 19 2 20 40
Octal 300 207 205 0 36 37 31 2 40 100
Binary 11000000 10000111 10000101 0 11110 11111 11001 10 100000 1000000

Color Harmonies of #C08785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08785

Black with #C08785

Text Example


Text Example

White with #C08785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08785; }

 p { color: rgb(192,135,133); }

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

background-color css

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

 a { background-color: rgb(192,135,133); }

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

border-color css

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

 span { border-color: rgb(192,135,133); }

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