Html Css Color HEX #C08885 Oriental Pink

📋 copy color: '#C08885'

red 192 ◦ green 136 ◦ blue 133

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

Shades of Oriental Pink #C08885

Tints of Oriental Pink #C08885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.5%

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

R = 41.65%
G = 29.5%
B = 28.85%

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

#C08885 (or 0xC08885) is known color: Oriental Pink. HEX triplet: C0, 88 and 85. RGB value is (192,136,133). Sum of RGB (Red+Green+Blue) = 192+136+133=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C08885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08885 is #3F777A. Grayscale: #989898. Windows color (decimal): -4159355 or 8751296. OLE color: 8751296.

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

Color convert

RGB 192 136 133 -
CMYK 0 0.29 0.31 0.25
HSL 3.05º 0.32% 0.64% -
HSV(B) 3.05º 0.31% 0.75% -
XYZ 34.78 30.51 26.25 -
YUV 152.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 192 136 133 0 0.29 0.31 0.25 3.05 0.32 0.64
Hex C0 88 85 0 1D 1F 19 3 20 40
Octal 300 210 205 0 35 37 31 3 40 100
Binary 11000000 10001000 10000101 0 11101 11111 11001 11 100000 1000000

Color Harmonies of #C08885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08885

Black with #C08885

Text Example


Text Example

White with #C08885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08885; }

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

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

background-color css

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

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

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

border-color css

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

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

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