Html Css Color HEX #C3BD8A Coriander

📋 copy color: '#C3BD8A'

red 195 ◦ green 189 ◦ blue 138

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

Shades of Coriander #C3BD8A

Tints of Coriander #C3BD8A

RGB

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

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

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

R = 37.36%
G = 36.21%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3BD8A (or 0xC3BD8A) is known color: Coriander. HEX triplet: C3, BD and 8A. RGB value is (195,189,138). Sum of RGB (Red+Green+Blue) = 195+189+138=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BD8A is #3C4275. Grayscale: #B9B9B9. Windows color (decimal): -3949174 or 9092547. OLE color: 9092547.

HSL color Cylindrical-coordinate representation of color #C3BD8A: hue angle of 53.68º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3BD8A is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 189 138 -
CMYK 0 0.03 0.29 0.24
HSL 53.68º 0.32% 0.65% -
HSV(B) 53.68º 0.29% 0.76% -
XYZ 45.29 49.83 31.28 -
YUV 184.98 101.49 135.15 -
System Red Green Blue C M Y K H S L
Decimal 195 189 138 0 0.03 0.29 0.24 53.68 0.32 0.65
Hex C3 BD 8A 0 3 1D 18 36 20 41
Octal 303 275 212 0 3 35 30 66 40 101
Binary 11000011 10111101 10001010 0 11 11101 11000 110110 100000 1000001

Color Harmonies of #C3BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BD8A

Black with #C3BD8A

Text Example


Text Example

White with #C3BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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