Html Css Color HEX #C4BA8D Coriander

📋 copy color: '#C4BA8D'

red 196 ◦ green 186 ◦ blue 141

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

Shades of Coriander #C4BA8D

Tints of Coriander #C4BA8D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.56%

 BLUE value IS 141 (55.47% from 255) = 26.96%

R = 37.48%
G = 35.56%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4BA8D (or 0xC4BA8D) is known color: Coriander. HEX triplet: C4, BA and 8D. RGB value is (196,186,141). Sum of RGB (Red+Green+Blue) = 196+186+141=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BA8D is #3B4572. Grayscale: #B8B8B8. Windows color (decimal): -3884403 or 9288388. OLE color: 9288388.

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

Color convert

RGB 196 186 141 -
CMYK 0 0.05 0.28 0.23
HSL 49.09º 0.32% 0.66% -
HSV(B) 49.09º 0.28% 0.77% -
XYZ 45.13 48.78 32.24 -
YUV 183.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 196 186 141 0 0.05 0.28 0.23 49.09 0.32 0.66
Hex C4 BA 8D 0 5 1C 17 31 20 42
Octal 304 272 215 0 5 34 27 61 40 102
Binary 11000100 10111010 10001101 0 101 11100 10111 110001 100000 1000010

Color Harmonies of #C4BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA8D

Black with #C4BA8D

Text Example


Text Example

White with #C4BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA8D; }

 p { color: rgb(196,186,141); }

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

background-color css

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

 a { background-color: rgb(196,186,141); }

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

border-color css

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

 span { border-color: rgb(196,186,141); }

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