Html Css Color HEX #C3C887 Deco

📋 copy color: '#C3C887'

red 195 ◦ green 200 ◦ blue 135

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

Shades of Deco #C3C887

Tints of Deco #C3C887

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.74%

 BLUE value IS 135 (53.13% from 255) = 25.47%

R = 36.79%
G = 37.74%
B = 25.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C3C887 (or 0xC3C887) is known color: Deco. HEX triplet: C3, C8 and 87. RGB value is (195,200,135). Sum of RGB (Red+Green+Blue) = 195+200+135=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C887 is #3C3778. Grayscale: #BFBFBF. Windows color (decimal): -3946361 or 8898755. OLE color: 8898755.

HSL color Cylindrical-coordinate representation of color #C3C887: hue angle of 64.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3C887 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 200 135 -
CMYK 0.02 0 0.32 0.22
HSL 64.62º 0.37% 0.66% -
HSV(B) 64.62º 0.33% 0.78% -
XYZ 47.53 54.66 30.97 -
YUV 191.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 195 200 135 0.02 0 0.32 0.22 64.62 0.37 0.66
Hex C3 C8 87 2 0 20 16 41 25 42
Octal 303 310 207 2 0 40 26 101 45 102
Binary 11000011 11001000 10000111 10 0 100000 10110 1000001 100101 1000010

Color Harmonies of #C3C887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C887

Black with #C3C887

Text Example


Text Example

White with #C3C887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C887; }

 p { color: rgb(195,200,135); }

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

background-color css

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

 a { background-color: rgb(195,200,135); }

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

border-color css

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

 span { border-color: rgb(195,200,135); }

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