Html Css Color HEX #C88885 Oriental Pink

📋 copy color: '#C88885'

red 200 ◦ green 136 ◦ blue 133

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

Shades of Oriental Pink #C88885

Tints of Oriental Pink #C88885

RGB

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

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

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

R = 42.64%
G = 29%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C88885 (or 0xC88885) is known color: Oriental Pink. HEX triplet: C8, 88 and 85. RGB value is (200,136,133). Sum of RGB (Red+Green+Blue) = 200+136+133=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C88885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88885 is #37777A. Grayscale: #9A9A9A. Windows color (decimal): -3635067 or 8751304. OLE color: 8751304.

HSL color Cylindrical-coordinate representation of color #C88885: hue angle of 2.69º 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 #C88885 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 133 -
CMYK 0 0.32 0.34 0.22
HSL 2.69º 0.38% 0.65% -
HSV(B) 2.69º 0.34% 0.78% -
XYZ 36.86 31.58 26.34 -
YUV 154.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 200 136 133 0 0.32 0.34 0.22 2.69 0.38 0.65
Hex C8 88 85 0 20 22 16 3 26 41
Octal 310 210 205 0 40 42 26 3 46 101
Binary 11001000 10001000 10000101 0 100000 100010 10110 11 100110 1000001

Color Harmonies of #C88885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88885

Black with #C88885

Text Example


Text Example

White with #C88885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88885; }

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

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

background-color css

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

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

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

border-color css

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

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

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