Html Css Color HEX #C08985 Oriental Pink

📋 copy color: '#C08985'

red 192 ◦ green 137 ◦ blue 133

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

Shades of Oriental Pink #C08985

Tints of Oriental Pink #C08985

RGB

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

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

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

R = 41.56%
G = 29.65%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C08985 (or 0xC08985) is known color: Oriental Pink. HEX triplet: C0, 89 and 85. RGB value is (192,137,133). Sum of RGB (Red+Green+Blue) = 192+137+133=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C08985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08985 is #3F767A. Grayscale: #999999. Windows color (decimal): -4159099 or 8751552. OLE color: 8751552.

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

Color convert

RGB 192 137 133 -
CMYK 0 0.29 0.31 0.25
HSL 4.07º 0.32% 0.64% -
HSV(B) 4.07º 0.31% 0.75% -
XYZ 34.92 30.79 26.29 -
YUV 152.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 192 137 133 0 0.29 0.31 0.25 4.07 0.32 0.64
Hex C0 89 85 0 1D 1F 19 4 20 40
Octal 300 211 205 0 35 37 31 4 40 100
Binary 11000000 10001001 10000101 0 11101 11111 11001 100 100000 1000000

Color Harmonies of #C08985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08985

Black with #C08985

Text Example


Text Example

White with #C08985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08985; }

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

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

background-color css

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

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

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

border-color css

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

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

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