Html Css Color HEX #C4BC8C Coriander

📋 copy color: '#C4BC8C'

red 196 ◦ green 188 ◦ blue 140

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

Shades of Coriander #C4BC8C

Tints of Coriander #C4BC8C

RGB

 RED value IS 196 (76.95% from 255) = 37.4%

 GREEN value IS 188 (73.83% from 255) = 35.88%

 BLUE value IS 140 (55.08% from 255) = 26.72%

R = 37.4%
G = 35.88%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4BC8C (or 0xC4BC8C) is known color: Coriander. HEX triplet: C4, BC and 8C. RGB value is (196,188,140). Sum of RGB (Red+Green+Blue) = 196+188+140=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BC8C is #3B4373. Grayscale: #B9B9B9. Windows color (decimal): -3883892 or 9223364. OLE color: 9223364.

HSL color Cylindrical-coordinate representation of color #C4BC8C: hue angle of 51.43º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4BC8C is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 188 140 -
CMYK 0 0.04 0.29 0.23
HSL 51.43º 0.32% 0.66% -
HSV(B) 51.43º 0.29% 0.77% -
XYZ 45.48 49.6 31.99 -
YUV 184.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 196 188 140 0 0.04 0.29 0.23 51.43 0.32 0.66
Hex C4 BC 8C 0 4 1D 17 33 20 42
Octal 304 274 214 0 4 35 27 63 40 102
Binary 11000100 10111100 10001100 0 100 11101 10111 110011 100000 1000010

Color Harmonies of #C4BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC8C

Black with #C4BC8C

Text Example


Text Example

White with #C4BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC8C; }

 p { color: rgb(196,188,140); }

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

background-color css

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

 a { background-color: rgb(196,188,140); }

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

border-color css

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

 span { border-color: rgb(196,188,140); }

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