Html Css Color HEX #C3887D Oriental Pink

📋 copy color: '#C3887D'

red 195 ◦ green 136 ◦ blue 125

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

Shades of Oriental Pink #C3887D

Tints of Oriental Pink #C3887D

RGB

 RED value IS 195 (76.56% from 255) = 42.76%

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

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 42.76%
G = 29.82%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3887D (or 0xC3887D) is known color: Oriental Pink. HEX triplet: C3, 88 and 7D. RGB value is (195,136,125). Sum of RGB (Red+Green+Blue) = 195+136+125=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3887D is #3C7782. Grayscale: #989898. Windows color (decimal): -3962755 or 8227011. OLE color: 8227011.

HSL color Cylindrical-coordinate representation of color #C3887D: hue angle of 9.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3887D is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 125 -
CMYK 0 0.30 0.36 0.24
HSL 9.43º 0.37% 0.63% -
HSV(B) 9.43º 0.36% 0.76% -
XYZ 35.01 30.69 23.48 -
YUV 152.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 195 136 125 0 0.30 0.36 0.24 9.43 0.37 0.63
Hex C3 88 7D 0 1E 24 18 9 25 3F
Octal 303 210 175 0 36 44 30 11 45 77
Binary 11000011 10001000 1111101 0 11110 100100 11000 1001 100101 111111

Color Harmonies of #C3887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3887D

Black with #C3887D

Text Example


Text Example

White with #C3887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3887D; }

 p { color: rgb(195,136,125); }

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

background-color css

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

 a { background-color: rgb(195,136,125); }

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

border-color css

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

 span { border-color: rgb(195,136,125); }

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