Html Css Color HEX #C89081 Oriental Pink

📋 copy color: '#C89081'

red 200 ◦ green 144 ◦ blue 129

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

Shades of Oriental Pink #C89081

Tints of Oriental Pink #C89081

RGB

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

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

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

R = 42.28%
G = 30.44%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C89081 (or 0xC89081) is known color: Oriental Pink. HEX triplet: C8, 90 and 81. RGB value is (200,144,129). Sum of RGB (Red+Green+Blue) = 200+144+129=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C89081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89081 is #376F7E. Grayscale: #9F9F9F. Windows color (decimal): -3633023 or 8491208. OLE color: 8491208.

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

Color convert

RGB 200 144 129 -
CMYK 0 0.28 0.36 0.22
HSL 12.68º 0.39% 0.65% -
HSV(B) 12.68º 0.36% 0.78% -
XYZ 37.76 33.81 25.31 -
YUV 159.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 200 144 129 0 0.28 0.36 0.22 12.68 0.39 0.65
Hex C8 90 81 0 1C 24 16 D 27 41
Octal 310 220 201 0 34 44 26 15 47 101
Binary 11001000 10010000 10000001 0 11100 100100 10110 1101 100111 1000001

Color Harmonies of #C89081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89081

Black with #C89081

Text Example


Text Example

White with #C89081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89081; }

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

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

background-color css

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

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

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

border-color css

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

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

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