Html Css Color HEX #C89085 Oriental Pink

📋 copy color: '#C89085'

red 200 ◦ green 144 ◦ blue 133

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

Shades of Oriental Pink #C89085

Tints of Oriental Pink #C89085

RGB

 RED value IS 200 (78.52% from 255) = 41.93%

 GREEN value IS 144 (56.64% from 255) = 30.19%

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

R = 41.93%
G = 30.19%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C89085 (or 0xC89085) is known color: Oriental Pink. HEX triplet: C8, 90 and 85. RGB value is (200,144,133). Sum of RGB (Red+Green+Blue) = 200+144+133=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C89085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89085 is #376F7A. Grayscale: #9F9F9F. Windows color (decimal): -3633019 or 8753352. OLE color: 8753352.

HSL color Cylindrical-coordinate representation of color #C89085: hue angle of 9.85º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C89085 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 133 -
CMYK 0 0.28 0.34 0.22
HSL 9.85º 0.38% 0.65% -
HSV(B) 9.85º 0.34% 0.78% -
XYZ 38.03 33.92 26.73 -
YUV 159.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 200 144 133 0 0.28 0.34 0.22 9.85 0.38 0.65
Hex C8 90 85 0 1C 22 16 A 26 41
Octal 310 220 205 0 34 42 26 12 46 101
Binary 11001000 10010000 10000101 0 11100 100010 10110 1010 100110 1000001

Color Harmonies of #C89085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89085

Black with #C89085

Text Example


Text Example

White with #C89085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89085; }

 p { color: rgb(200,144,133); }

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

background-color css

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

 a { background-color: rgb(200,144,133); }

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

border-color css

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

 span { border-color: rgb(200,144,133); }

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