Html Css Color HEX #C4BD8A Coriander

📋 copy color: '#C4BD8A'

red 196 ◦ green 189 ◦ blue 138

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

Shades of Coriander #C4BD8A

Tints of Coriander #C4BD8A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.14%

 BLUE value IS 138 (54.3% from 255) = 26.39%

R = 37.48%
G = 36.14%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4BD8A (or 0xC4BD8A) is known color: Coriander. HEX triplet: C4, BD and 8A. RGB value is (196,189,138). Sum of RGB (Red+Green+Blue) = 196+189+138=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BD8A is #3B4275. Grayscale: #B9B9B9. Windows color (decimal): -3883638 or 9092548. OLE color: 9092548.

HSL color Cylindrical-coordinate representation of color #C4BD8A: hue angle of 52.76º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4BD8A is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 189 138 -
CMYK 0 0.04 0.30 0.23
HSL 52.76º 0.33% 0.65% -
HSV(B) 52.76º 0.3% 0.77% -
XYZ 45.55 49.97 31.29 -
YUV 185.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 196 189 138 0 0.04 0.30 0.23 52.76 0.33 0.65
Hex C4 BD 8A 0 4 1E 17 35 21 41
Octal 304 275 212 0 4 36 27 65 41 101
Binary 11000100 10111101 10001010 0 100 11110 10111 110101 100001 1000001

Color Harmonies of #C4BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BD8A

Black with #C4BD8A

Text Example


Text Example

White with #C4BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BD8A; }

 p { color: rgb(196,189,138); }

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

background-color css

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

 a { background-color: rgb(196,189,138); }

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

border-color css

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

 span { border-color: rgb(196,189,138); }

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