Html Css Color HEX #C3BF8B Coriander

📋 copy color: '#C3BF8B'

red 195 ◦ green 191 ◦ blue 139

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

Shades of Coriander #C3BF8B

Tints of Coriander #C3BF8B

RGB

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

 GREEN value IS 191 (75% from 255) = 36.38%

 BLUE value IS 139 (54.69% from 255) = 26.48%

R = 37.14%
G = 36.38%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3BF8B (or 0xC3BF8B) is known color: Coriander. HEX triplet: C3, BF and 8B. RGB value is (195,191,139). Sum of RGB (Red+Green+Blue) = 195+191+139=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BF8B is #3C4074. Grayscale: #BABABA. Windows color (decimal): -3948661 or 9158595. OLE color: 9158595.

HSL color Cylindrical-coordinate representation of color #C3BF8B: hue angle of 55.71º 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 #C3BF8B is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 191 139 -
CMYK 0 0.02 0.29 0.24
HSL 55.71º 0.32% 0.65% -
HSV(B) 55.71º 0.29% 0.76% -
XYZ 45.8 50.73 31.8 -
YUV 186.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 195 191 139 0 0.02 0.29 0.24 55.71 0.32 0.65
Hex C3 BF 8B 0 2 1D 18 38 20 41
Octal 303 277 213 0 2 35 30 70 40 101
Binary 11000011 10111111 10001011 0 10 11101 11000 111000 100000 1000001

Color Harmonies of #C3BF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BF8B

Black with #C3BF8B

Text Example


Text Example

White with #C3BF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BF8B; }

 p { color: rgb(195,191,139); }

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

background-color css

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

 a { background-color: rgb(195,191,139); }

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

border-color css

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

 span { border-color: rgb(195,191,139); }

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